Forum Discussion
breasoner_11658
Nimbostratus
Mar 02, 2012Inserting WL-Proxy-SSL header via iRule
Hello -
I have an application that is a bit strange in the sense that certain pages require the "WL-Proxy-SSL: true" request header to display all elements on the page via SSL, but o...
hoolio
Cirrostratus
Mar 02, 2012I don't think values for HTTP::header are cached:
when HTTP_REQUEST {
log local0. "\[HTTP::header my_header\] pre: [HTTP::header my_header]"
HTTP::header insert my_header my_value
log local0. "\[HTTP::header my_header\] post: [HTTP::header my_header]"
}
< HTTP_REQUEST>: [HTTP::header my_header] pre:
< HTTP_REQUEST>: [HTTP::header my_header] post: my_value
Seeing the full rule and logs would help.
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