option forwardfor #46
-
|
Hey guys, one of the developers of Authelia here. We have had a user report that the XFF header is not appearing when using this module and |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Without testing: It should be possible to |
Beta Was this translation helpful? Give feedback.
-
|
Yes, i confirm this fixes my issue, i put this under the frontend https_front that i was using and i started getting the XFF header. |
Beta Was this translation helpful? Give feedback.
Without testing: It should be possible to
http-request set-header x-forwarded-for %[src]before calling haproxy-auth-request. That line should be equivalent for a simpleoption forwardforwithout any other parameters.