[转] Python requests 查看发送的完整request

Posted r0xFED

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转] Python requests 查看发送的完整request相关的知识,希望对你有一定的参考价值。

  有时候在使用Python requests发送请求时需要检查完整的request数据,但是requests库没有直接提供返回完整的request数据的属性。如下是解决方案(通过日志获取):https://stackoverflow.com/questions/10588644/how-can-i-see-the-entire-http-request-thats-being-sent-by-my-python-application

以上是关于[转] Python requests 查看发送的完整request的主要内容,如果未能解决你的问题,请参考以下文章

Python-Requests

python接口测试之requests库

Python之request模块-基础用法

Python-爬虫-requests库用语post登录

python爬虫使用request发送get和post请求

python request使用详解