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
Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
I am using http_lambda with Tower / Axum in Rust and I was wondering if there is a way to get the source IP where the request is coming from.
I used to be able to do that in Python with source_ip = request.client.host. I am not sure what are the modes where this is possible.
Is it possible when CloudFront directly sending traffic to the Lambda function? Is this possible at all?
This does not work:
The text was updated successfully, but these errors were encountered: