Qasim
Jul 12, 2019Cirrostratus
What LTM do to HTTP Header?
Hi,
I need to read up on LTMs as its a basic theory question but wondering if you can help me in the meanwhile:
my understanding is that LTM receives traffic on a particular VIP, replaces the header with the backend server name/IP and forwards it - am I correct?
if so, Anyway I can get LTM to keep the original header when forwarding to the pool members? its just that we have NGINX as a backend that is configured for header based routing.
Thanks in advance.
It's not something that can be turned on with a check box, you need to either:
- Use and iRule (one above is not re-writing the Host)
- Use a Local Traffic Policy
- Use an HTTP profile to erase a header
Are you sure F5 is rewriting the Host? Can you share you VS config?