Forum Discussion
Venkata_Sandeep
Nimbostratus
Jun 24, 2020How to hide the redirected URI path from users.
In my current setup i have a below irule applied to virtualserver. when HTTP_REQUEST { log local0. "host is: [HTTP::host], port is: [TCP::local_port]" if { [HTTP::host] equals "abc.example...
Dario_Garrido
Noctilucent
Jun 25, 2020Hello Venkata.
Try this:
when HTTP_REQUEST {
log local0. "host is: [HTTP::host], port is: [TCP::local_port]"
if { [HTTP::host] equals "abc.example.com" and [TCP::local_port] == 443 } {
HTTP::uri abap/index.html
}
}Regards,
Dario.
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
