5.3. 与 Web 应用程序的互操作性
5.3. Interoperability with Web Applications (与 Web 应用程序的互操作性)
许多 Web 应用使用 "application/x-www-form-urlencoded" 方法从表单返回数据. 这种格式相当紧凑, 例如:
name=Xavier+Xantico&verdict=Yes&colour=Blue&happy=sad&Utf%F6r=Send
但是, 它无法为封装的数据标记 content type, 应用 charset, 或使用其他编码机制.
许多表单解释程序, 主要是 Web 浏览器, 现在已经实现并生成 multipart/form-data, 但接收应用可能仍需要支持 "application/x-www-form-urlencoded" 格式.