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 |
Replies: 2 comments 4 replies
Without testing: It should be possible to |
|
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. |
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.