Forum Discussion
Paredes_342502
Nimbostratus
Nov 30, 2017Redirect between HTTPS VirtualServers
Hello,
I want to redirect the trafict of a HTTPS VS1 to HTTPS VS2 for a specific URI (FACT). I have implement this iRule:
when HTTP_REQUEST {
set url [HTTP::header Host][HTTP::uri]
set ur...
Jeff_Maddox_394
Nov 30, 2017Historic F5 Account
Yes, you need to redirect. Also, in your rule, you are setting variables but not using them.
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/FACT"} { HTTP::redirect VS2}
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