Forum Discussion
Connection header stripped on response
Hi,
Just a quick question - is it normal that header called "Connection" would be stripped out on response to the browser? I disabled all iRules we have implemented to no effect - just wondering if there is something else that could be stripping this out?
Thanks in advance
Dale
3 Replies
- Kevin_Stewart
Employee
This is the Connection response header? As in
Connection: closeYou're setting this at the application server and not seeing it at the browser?
Do you have an HTTP profile attached to the VIP? And if so, any custom settings?
- Kevin_Stewart
Employee
May I ask what that custom Connection value is? RFC2616 only defines the close header for the response Connection header.
- Kevin_Stewart
Employee
Okay, just as a sanity check I set up a simple PHP web server to send a few different headers through a simple BIG-IP reverse proxy VIP, with generic HTTP profile attached.
I see all of the headers coming through to the client, including Connection: Upgrade.
How are you verifying the missing Connection header? In a capture? And if so, where?
Try adding this simple iRule
when HTTP_RESPONSE_RELEASE { foreach x [HTTP::header names] { log local0. "header($x) = [HTTP::header $x]" } }and then tail the LTM log from the command line
tail -f /var/log/ltm
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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