Forum Discussion

Pawan_Rao_31341's avatar
Pawan_Rao_31341
Icon for Nimbostratus rankNimbostratus
Jul 28, 2017

To mask the URI

Hi Folks,

 

Yesterday I received a request from Client for Mask extensions (to mask the URI). Currently My website is running as https://domain.com/hranalytics/login

 

Accessing domain.com goes to domain.com/hranalytics/login but the URI is seen. I do not want the URI (hranalytics/login) to be seen. Just domain.com should be seen. Please advise the same.

 

Currently an iRule is called :

 

when HTTP_REQUEST { if { [HTTP::path] equals "/" } { HTTP::uri "/hranalytics" } }

 

Kindly help, whether I need to make a new iRule or I need to do chnage something here.