Forum Discussion
SNU
Nimbostratus
Sep 20, 2016HTTP REDIRECT for Splashing using HEADER_NAME
Hi All,
I would like to full fill a requirement of HTTP Redirect for Splashing based on HTTP REQUEST HEADER_NAME
If the request contain a specific HEADER_NAME then redirect the request to Splash Page and Vice Versa.
Please let me know if you need additional details.
Thanks.
1 Reply
- Vijay_E
Cirrus
Try something like this:
when HTTP_REQUEST { if { [HTTP::header exists "splash-uri"] } { HTTP::respond 301 Location "http://domain.com/splash.html" } }
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