为什么HTTP请求发送参数时要进行编码?
我很想知道 HTTP 请求在 POST 请求中通过网络发送之前对所有参数进行编码(URLEncoded)的原因。
I am curious to know the reasons why the HTTP request encodes(URLEncoded) all the parameters before sending it across the network in POST request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样它们就可以在不同的系统之间转换,例如。 Windows 客户端与 UNIX 服务器通信...
So that they are convertible among different systems, eg. windows client talking to unix server...