Forum Discussion
sundogbrew
May 03, 2011Altocumulus
X-Forwarded-Proto?
OK so I found the 2 posts below one doing X forwarded proto with an irule and one doing it with a custom http profile. This may be a stupid question, but how can I test to make sure it is working pr...
hooleylist
May 03, 2011Cirrostratus
Hi Joe,
You're correct that the inserted header would only exist between LTM and the pool members. You can log the header values in a later instance of the HTTP_REQUEST event:
when HTTP_REQUEST priority 501 {
log local0. "X-Forwarded-Proto: [HTTP::header values X-Forwarded-Proto]"
}
Or you could use tcpdump on the serverside VLAN. Something like this:
tcpdump -nXs0 -i SERVER_VLAN host SERVER_IP
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects