Nikolay Osaulenko
Results
2
issues of
Nikolay Osaulenko
Currently we are able to reconfigure session in sync client and add some logging and etc. But in aiohttp client sessions are frozen. So to add [client tracing](http://docs.aiohttp.org/en/stable/client_advanced.html#client-tracing) or any...
Currently, origin is detected by taking the part of URL prior to `/oauth2/` and for URLs like this ``` https://www.domain.com/oauth2/{some-client-id} ``` It works as expected. However, when the service that...