-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send GET request with url-encode #3601
Comments
GitMate.io thinks the contributor most likely able to help you is @asvetlov. Possibly related issues are #1528 (Can't GET or POST request for custom ports with URL), #1901 (Request params do not encode right), #161 (aiohttp can't send files by POST request correct), #2861 (Is there any way to not re-encode url passed to ClientSession._request() ?), and #2076 (Request content is not returned on specific URL). |
I think it is better to write here than to open a new issue. Python 3.6, aiohttp 3.5.4, requests 2.21.0 I got a problem I used different cookies and user agents, nothing changed. The question: how is aiohttp different from another one? How can I solve it?
|
Request string before 359 client.py
![default](https://user-images.githubusercontent.com/17995677/52434449-26736780-2b31-11e9-8d10-01c140ea0c84.png)
![default](https://user-images.githubusercontent.com/17995677/52434526-5ae72380-2b31-11e9-952f-ed1cf26e73ae.png)
And after 369 i see
How this work?
inb4: i read docs, and see sources
The text was updated successfully, but these errors were encountered: