Differences between Requests and AIOHTTP when constructing an http request
I am trying to learn asynchronous programming in Python.
I have a simple get request that returns status code 200 when using the Requests modules.
When trying to reproduce the same request using AIOHTTP, I get a 403 status code response.