Forum Discussion
Wes_98712
Nov 08, 2011Nimbostratus
Header Inserts
I am experiencing a somewhat odd situation. I created an HTTP profile and setup a name value pair in the Request Header Insert (SSL_ENV:On). When I debug in Fiddler to see if the header is inserted, I...
Wes_98712
Nov 09, 2011Nimbostratus
Kurt, we switched from Barracuda. Here's an update.
I ended up using the http profile header insert and noticed a few interesting things when we debugged the ASP server variables. When we dump the ASP server variables we actually see that somehow HTTP_ is prepended before the header so it looks like HTTP_SSL_ENV, the RAW dump actually shows the exact name. Which is interesting, however, what is really strange is that both the HTTP header dump and the RAW dump show the value of the header, but when we loop through the variables:
for each x in Request.ServerVariables
response.write(x & "*" & Request.ServerVariables(x) & "*
")
next
the actual value doesn't display for SSL_ENV, it shows up as:
HTTP: HTTP_SSL_ENV:On *
RAW: HTTP_SSL_ENV:On *
But when we loop through the headers the output of the SSL_ENV is:
HTTP_SSL_ENV**
Some how it's not getting the value of the header.
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