Forum Discussion
Kevhed
Nimbostratus
Feb 28, 2018redirect back to client ONLY IF URI contains /apps
I want to create an irule redirect that would only be sent back to the client if the URI contains a "/apps". For example, if user browsers to site1.abc.com...traffic is handled normally by F5 and se...
JG
Cumulonimbus
Mar 01, 2018when HTTP_REQUEST {
switch -glob -- [string tolower [HTTP::path]] {
"/apps" -
"/apps/" {
HTTP::redirect "http://site2.abc.com/apps/"
}
}
}
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