You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
I use https for my project but i see http in self.request.scheme.
In nginx i describe proxy_set_header X-Forwarded-Proto $scheme;
in self.request headers i see 'X-Forwarded-Proto': 'https'
Unfortunately I did not find where the request points X-Forwarded-Proto to like X-Forwarded-For (also did not find it).
I use Ubuntu 16.04 and nginx.
The text was updated successfully, but these errors were encountered: