Forum Discussion
oninicus_162976
Nimbostratus
Feb 12, 2018URI Append
Hi Experts,
Could you please help me write the irule to append a string to existing URI? Below are the details. Can it be just a rewrite and not redirect?
The idea is to append/insert a UR...
Daniel_Varela
Employee
Feb 12, 2018Here an example:
when HTTP_REQUEST {
if {[HTTP::uri] eq "/ova/login.jsp" and [HTTP::host] eq "online.abc.com"} {
HTTP::uri /[getfield [HTTP::host] "." 1][HTTP::uri]
}
}
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
