【发布时间】:2013-10-16 09:40:05
【问题描述】:
我正在使用 Requests 2.0.0,但未能完成 https GET 请求:
requests.get('https://backend.iddiction.com/rest/v1/s2s/confirm_install?apphandle=slotsjourneyofmagic&appsecret=5100d103e146e2c3f22af2c24ff4e2ec&mac=50:EA:D6:E7:9B:C2&idfa=134DA32A-A99F-4864-B69E-4A7A2EFC6C25')
我收到此错误:
[Errno 8] _ssl.c:504: EOF occurred in violation of protocol.
我在网上和这个网站上阅读了很多内容,但我阅读的每一个地方都说这些问题在 2.0.0 版中得到了修复。
谁能给点建议?
【问题讨论】:
标签: python https python-requests