1.直接打开charles,然后,如果有https的话,需要安装证书,然后,设置代理
2.如果不是https的,不需要设置代理,直接抓取就可以
先安装证书:
然后设置代理:
这个例子不是https的。所以,暂时不需要勾选代理
还是以http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?op=getMobileCodeInfo 这个网站来说
1.request里面是填入的参数
对应的Charles的request里面的参数,用表单来看
网页的请求:
对应的charles:
3.看request header里面的数据 content-type里面的数据,和不一致。
所以,一般就用抓包工具里面抓到的信息取发送请求
url: http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx/getMobileCodeInfo
Content-Type: application/x-www-form-urlencoded
parameter: mobileCode : 13001101409
userID:
postman去发请求:
参数类型选择:x-www-form-urlencoded
返回结果:
原文地址:https://www.cnblogs.com/klb561/p/10066741.html
时间: 2024-10-07 21:11:49