Forum Discussion
Rahim_Abdul_reh
Nimbostratus
Jun 08, 2017URL Rewrite without changing the URL
We implemented the URL Rewrite Irule. When we access the https://2.2.2.2/T001/mds change the URL on internet explorer address bar to http://1.1.1.1/insight. I don't want to change URL. User will see https://2.2.2.2/T001/mds instead of http://1.1.1.1/insight.
when HTTP_REQUEST { if { [HTTP::uri] contains "/T001/mds" } { SSL::disable serverside HTTP::header replace "Host" "1.1.1.1" HTTP::path "/insight"
pool CMD
} else { pool FCUB-UAT-BCRS } }
No RepliesBe the first to reply
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