Welcome! Log In Create A New Profile

Advanced

Re: Nginx removes X-Client-IP header added by loadbalancer

Maxim Dounin
December 09, 2012 07:48PM
Hello!

On Sat, Dec 08, 2012 at 01:20:12PM -0500, mrtn wrote:

> Hi,
>
> I have a HAProxy running in front of Nginx, and I add 'X-Client-IP' header
> to reflect the actual IP of the client. If the request is routed directly to
> the application server (Tornado in my case), this header is present and I
> can retrieve it with no problem.
>
> However, if the request is first routed to Nginx and then to the application
> server using:
>
> proxy_pass http://127.0.0.1:8080;
> proxy_redirect off;
>
> then the 'X-Client-IP' header is missing from the request when it reaches
> Tornado. I guess I might need to explicitly add this header in Nginx as
> well, so it can relay it on. What is the right solution here?

Most likely your balancer adds something like "X-Client_IP" instead,
with "_" (underscore) instead of "-" (dash). Such headers are
removed by nginx by default unless explicitly allowed, see

http://nginx.org/r/underscores_in_headers

You may either enable such headers in nginx (see above, but not
recommended), or (better) change "_" to "-" in your balancer
configs.

--
Maxim Dounin
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx removes X-Client-IP header added by loadbalancer

mrtn December 08, 2012 01:20PM

Re: Nginx removes X-Client-IP header added by loadbalancer

Francis Daly December 08, 2012 02:16PM

Re: Nginx removes X-Client-IP header added by loadbalancer

Maxim Dounin December 09, 2012 07:48PM

Re: Nginx removes X-Client-IP header added by loadbalancer

mrtn December 09, 2012 08:30PM

Re: Nginx removes X-Client-IP header added by loadbalancer

Maxim Dounin December 09, 2012 10:00PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 311
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready