Forum Discussion
jeffrey1984
Oct 13, 2020Cirrus
Is there a way to see http header forwarded to another url ?
The request comes into our Apache web server which is configured for Shibboleth and is sent to SSO which validates the credentials and does a POST back to Apache web server which then forwards the re...
- Oct 19, 2020
Assuming the traffic is either (a) not encrypted or (b) the F5 is decrypting it then yes, using an HTTP profile and iRule or Local Traffic Policy.
See the iRule HTTP::header CloudDocs page for more details.
when HTTP_REQUEST { if { [HTTP::header exists "myHeader"] } { log local0. "The value of myHeader is [HTTP::header value myHeader]" } }
Andrew-F5
Employee
Assuming the traffic is either (a) not encrypted or (b) the F5 is decrypting it then yes, using an HTTP profile and iRule or Local Traffic Policy.
See the iRule HTTP::header CloudDocs page for more details.
when HTTP_REQUEST {
if { [HTTP::header exists "myHeader"] } {
log local0. "The value of myHeader is [HTTP::header value myHeader]"
}
}
jeffrey1984
Oct 19, 2020Cirrus
Thank you Sir. Appreciate you prompt response .
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