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...
Michael_Yates
Nov 08, 2011Nimbostratus
Hi Wes,
Try modifying this one line to seperate the functions:
FROM: if { ![HTTP::header "SSL_ENV"] equals "On" } {
TO: if { !([HTTP::header "SSL_ENV"] equals "On") } {
This will allow the Header value to be found and its value determined first, then does the not compare.
Hope this helps.
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