Forum Discussion
Wes_98712
Nimbostratus
Nov 08, 2011Header 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...
Kurt_Knochner_5
Cirrus
Nov 11, 2011HOWTO: Retrieve Request Headers using ISAPI, ASP, and ASP.Net
Good hint Michael!
Within the article they say:
"Notice that HTTP_ syntax only retrieves the header name with dashes, while HEADER_ syntax retrieves both headers with dashes and underscores individually"
"With ASP.Net, the Headers collection is the only way to get all the header values. HTTP_ prefix only retrieves the header name with dashes, as expected"
Wes, based on that information you should either stick with your solution (SSLENV), or
a.) add the header SSL-ENV on F5. Then you can retrieve the value with "HTTP_SSL-ENV" or "HEADER_SSL-ENV" in ASP code
b.) add the header SSL_ENV on F5. Then you can retrieve the value with "HEADER_SSL_ENV" in ASP code
more or less :-)
Regards
Kurt Knochner
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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