Forum Discussion
Suresh_Jo_32729
Nimbostratus
Apr 04, 2018Need to create one irule to rediect uri abc.ra.well.com/portallogon(not actual uri) to the same uri with extention /irj/portal
I need to create one irule to rediect uri abc.ra.well.com/portallogon(not actual uri) to the same uri with extention /irj/portal. As of now I have to test it via one server and after successfully tes...
youssef1
Cumulonimbus
Apr 04, 2018Hello,
Firstof be carreful do not mix up hostname, URI and URL
URL: abc.ra.well.com/portallogon
URI: /portallogon
hostname: abc.ra.well.com
when HTTP_REQUEST {
set host [string tolower [HTTP::host]]
set uri [HTTP::uri]
if { [class match $host equals "host_datagroup"] and $uri equals "/" } {
set newuri [class match -value $host] equals host_datagroup]
HTTP::redirect "$newuri"
return
}
}
In your datagroup you will have something like that:
string: abc.ra.well.com
Value: /irj/portal
If user access with the following URL: https://abc.ra.well.com/ it will be redirect to https://abc.ra.well.com/irj/portal
I hope that's what you wanted. I did not test the irule. if you need other things light your need Regards.
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