Postman 工具模拟Ajax请求
Posted wayne173
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postman 工具模拟Ajax请求相关的知识,希望对你有一定的参考价值。
1.请求方式 post
2.headers设置:X-Requested-With:XMLHttpRequest 代码判断是以此为依据的
(Content-Type:application/x-www-form-urlencoded)
3.body中可以写请求参数,不过要设置编码方式(我没有传值)
以上是关于Postman 工具模拟Ajax请求的主要内容,如果未能解决你的问题,请参考以下文章