【python】【requests】调用requests库post时遇到Post call throwing HTTP 400 Bad Request
python在调用requests的post时,http server返回400 Bad Request error;
在post时,使用了resp=requests.post(url=URL,data=payload,headers=headers)
此时,tomcat返回结果为HTTP 400 Bad Request,即对应的请求实例对应的结构无法正常匹配,还没有正常到达后端服务,网上搜索...
原创
2018-10-18 15:00:18 ·
5911 阅读 ·
2 评论