Skip to content

Tag: aiohttp

AIOHTTP replacing %3A with :

Hello, i’m having this issue where AIOHTTP is converting characters like %3A to the original :. i need to use the %3A version in the API req, if not, it raises 404 My code: URL it should’ve used: error raised (and url used): Answer First of all, are you sure this is what you want to do? I ask beca…