Forum Discussion
jeffrey1984
Cirrus
Sep 16, 2019Irule redirecting full path url to another url
I am kind a newbie on the irule configurations . We have a full path url like https://test.abc.com/psp/ps/?tab=ABDC_GUEST . We wanted to do a redirection for that url so if a user click that link the...
Faruk_AYDIN
Altostratus
Sep 17, 2019use his iRule :
when HTTP_REQUEST {
if { ([string tolower [HTTP::host]] eq "test.abc.com") && ([string tolower [HTTP::uri]] eq "/psp/ps/?tab=abdc_guest") }
{
HTTP::redirect "https://prod.abc.com/psp/ps/?cmd=login"
}
}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
