url masking
1 Topicirule redirect and masking
Hi Im having trouble with an irule I hope you can help. Im trying to have request that goes to host with /external* redirects to another site but the rul is masked with original request A request to https://Mainsiteurl.site.com.au/extranet/folder/folder/aphandbook.htm should go to http://extranet.site.com.au/folder/folder/aphandbook.htm . In the browser however it will show as original request https://Mainsiteurl.site.com.au/extranet/folder/folder/aphandbook.htm Is this possible? and if so could someone help with the rule I have got but dont have a sandbox environment to test on "/extranet*" { SSL::disable serverside HTTP::uri "/[string range $uri 9 end]" log local0. " extranet $uri" HTTP::header replace "Host" "extranet.site.com.au" }320Views0likes3Comments