Last updated 4 years ago
请求分析
chrome调试面板的使用
请求分析的流程图
寻找指定的url
确定请求的方式
获取到请求的参数
获取请求头
请求头使用
模拟请求时,先在headers中加入User-Agent,如果还不可以请求再尝试加入Referer,还无法访问,在尝试加入Cookie,在最后可以尝试加入Host.
User-Agent
Referer
Cookie
Host