首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
今天初用 requests,掉坑里去了,求助~~
zywx
·
do-you
·
2016-08-04 18:36:39 +08:00
· 3060 次点击
这是一个创建于 3164 天前的主题,其中的信息可能已经有所发展或是发生改变。
import requests
data1='11111111111'
r =
requests.post('http://www.baidu.com
', data=data1.encode('utf-8'))
ubuntu16.04 python3.5.2 requests2.10.0 下
抓包发现数据包里没数据
r =
requests.post('http://www.baidu.com
', data=data1))
换 python2.7.12 就正常
第 1 条附言 ·
2016-08-04 20:01:38 +08:00
抓包发现数据包里没数据,指的是上面传进去的 data1
第 2 条附言 ·
2016-08-04 20:38:01 +08:00
问题解决了,我看不到 post 的数据时 wireshark 的问题,用 @
bugmenein
的
http://requestb.in
测试是有数据的
然后坑了我这么久的原来是我调用的两个 api 间服务器限制要有几秒时间间隔,不然一直 limit,一直 limit,一直 limit....
Requests
post
抓包
import
3 条回复
•
2016-08-04 18:59:47 +08:00
1
shyling
2016-08-04 18:45:13 +08:00
试了试没问题= =
2
tinyproxy
2016-08-04 18:50:41 +08:00 via iPhone
你都抓包了。。。就看看 HTTP request 跟 response 的报文啊,如果请求报文一模一样,那就是 server 给你返回不同的东西而已
3
bugmenein
2016-08-04 18:59:47 +08:00
1
https://gist.github.com/anonymous/0e88d9337c78659b21b9121eb7d697d4
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2386 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms ·
UTC 03:38
·
PVG 11:38
·
LAX 20:38
·
JFK 23:38
Developed with
CodeLauncher
♥ Do have faith in what you're doing.