Forum Discussion

Rahim_Abdul_reh's avatar
Rahim_Abdul_reh
Icon for Nimbostratus rankNimbostratus
Jun 08, 2017

URL 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