issues Search Results · repo:aio-libs/aiohttp-remotes language:Python
Filter by
10 results
(82 ms)10 results
inaio-libs/aiohttp-remotes (press backspace or delete to remove)Dependabot couldn t authenticate with https://pypi.python.org/simple/.
You can provide authentication details in your Dependabot dashboard by clicking into the account menu (in the top right)
and selecting ...
dependabot-preview[bot]
- Opened on Sep 25, 2020
- #199
I m maintaining an authentication handler that is meant to be deployed behind the Kubernetes NGINX ingress as an
auth_request handler (https://github.com/lsst-sqre/gafaelfawr). This deployment has the ...
pr-available
rra
- Opened on May 15, 2020
- #153
Some proxys include the port number in the client following the pattern ipaddress:port
Currently the library is passing the header directly to the ip_address function and, in this scenario is throwing ...
mcharriere
- 2
- Opened on Oct 9, 2019
- #102
I m using aiohttp with aiohttp_remotes, and I want to execute the following line:
client_ip = aiohttp_remotes.XForwardedStrict(trusted=trusted_proxies).get_forwarded_for(request.headers)
This raises ...
mlaradji
- 3
- Opened on Apr 11, 2019
- #79
Not sure if this is a aiohttp-remotes issue, but it seems like default access logger uses old request without updated
remote address. I deploy my aiohttp server with XForwardedRelaxed helper behind nginx ...
Fogapod
- 3
- Opened on Mar 8, 2019
- #73
Deploy environments may have more than one proxy-like device in the HTTP(s) delivery path. For example, Load Balancer
forwards to nginx forwards to an aiohttp service.
It is also possible the client is ...
rgacote
- 2
- Opened on Oct 11, 2018
- #54
XForwardedStrict always fails when not running behind a proxy. I believe the XForwardedStrict middleware should
immediately return await handler(request) if the result of self.get_forwarded_for(headers) ...
bug
rgacote
- 6
- Opened on Oct 11, 2018
- #52
Do like this:
REPO_NAME={{ YOUR_REPO_NAME }}
travis encrypt -r aio-libs/${REPO_NAME} --api-endpoint https://api.travis-ci.com/
Ref: https://github.com/orgs/aio-libs/teams/admins/discussions/9
webknjaz
- 3
- Opened on Jun 3, 2018
- #33
Hello,
The X-Forwarded and Forwarded middleware is not compatible with sockets created by AF_INET6. As per the sockets
documentation, for AF_INET6 a 4-tuple is used. The current middleware only handles ...
ameyah
- 1
- Opened on Feb 28, 2018
- #18
https://github.com/aio-libs/aiohttp-remotes/blob/master/aiohttp_remotes/cloudflare.py#L33
Can use asyncio.gather to get faster setup time
hellysmile
- 1
- Opened on Jan 21, 2018
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.