-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
HTTP GET + compress=True = 501 #117
Copy link
Copy link
Closed
Description
There are some strange behavior with proxies. Trying to do HTTP GET request, requests package gives correct result, asyncio - 501.
Response headers:
SERVER - squid/3.1.4
MIME-VERSION - 1.0
DATE - Mon, 14 Jul 2014 20:20:15 GMT
CONTENT-TYPE - text/html
CONTENT-LENGTH - 3136
X-SQUID-ERROR - ERR_UNSUP_REQ 0
VIA - 1.0 host (squid/3.1.4)
Proxy - 173.234.226.20:8800
Seems that GET method for such proxy is incorrect, even if request done through http.
Any suggestions?
Reactions are currently unavailable