如何在仍然使用urlencoded内容类型标题的同时防止邮政体形式的urlencoding?

时间:2016-05-29 19:26:42

标签: javascript ajax http

每当我发送帖子请求时,帖子正文总是被编码(空格)转换为(+)就像在这张图片中 enter image description here

如果我使用标题

,我一直认为这是无法控制的行为
contentType:"application/x-www-form-urlencoded; charset=utf-8"

直到我遇到这个表单,看看表单体是如何编码的

enter image description here

虽然标题中的内容类型是

enter image description here

请告诉我如何他们得到的表单虽然在请求中使用了url编码标题而未编码?:( 我无法理解这一点,我尝试使用jquery和XMLHttpRequest使用ajax发送请求,但结果相同,只要我使用标题application/x-www-form-urlencoded; charset=utf-8

就会编码

页面是here,如果您需要检查它,但它是阿拉伯语,我的意思是像这张图片一样提交

enter image description here

0 个答案:

没有答案