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
The client (curl) does not pass the originating IP address, so when responding to requests based on IP it would be great to have access to whatever the IP address that ends up in the log is as a variable. The x_forwarded_for addition is excellent, but it's not helping when not going through a proxy, as far as I can tell?
Tested using curl 7.76.1
The text was updated successfully, but these errors were encountered:
I'm not sure to understand. Webhookd use XFF like this: if a reverse proxy set the header, then webhookd forward the value. If no XFF header is set, webhookd set it using request IP.
The client (curl) does not pass the originating IP address, so when responding to requests based on IP it would be great to have access to whatever the IP address that ends up in the log is as a variable. The x_forwarded_for addition is excellent, but it's not helping when not going through a proxy, as far as I can tell?
Tested using curl 7.76.1
The text was updated successfully, but these errors were encountered: