Forum Discussion

cymru81's avatar
cymru81
Icon for Altocumulus rankAltocumulus
Sep 06, 2013

http redirect mask

Hi, we have a site eg. abc.host.com that comes in and gets redirected to http://def:8080/123/456 (an internal box). I have applied the following irule to do this:

 

when HTTP_REQUEST {

 

HTTP::redirect "http://def:8080/123/456"

 

}

 

This works fine just the end user sees "http://def:8080/123/456" in their address bar. Is there anyway to change this so they see http://abc.host.com ?

 

Thanks

 

15 Replies