Forum Discussion
Sukesh123456_25
Aug 23, 2018Altostratus
Adding a URI using IRULE
I want to add a URI using an irule. I saw different articles but could not find any one exactly matching my requirement.
Below is the requirement.
When I hit a VIP it should add a URI at th...
Aug 23, 2018
Try this:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/"}
{
HTTP::redirect "https://[HTTP::host]/prl-ws//"
}
}
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