Forum Discussion

Rafi1's avatar
Rafi1
Icon for Cirrus rankCirrus
Aug 15, 2023
Solved

Hide uri on client side

Hi, Need irule or policy to hide uri from client side Example: User press on icon on the website which point him to -> https://web.com/abc/def I need that the user will see in his browser only ht...
  • Paulius's avatar
    Paulius
    Aug 20, 2023

    Rafi1 That is definitely possible but keep in mind that while the client sees path "/abc/def" the server will see only "/" which is the root of the website. So if you decide to change all paths that the client sees to "/" just make sure that the path "/" has all the content that you're looking for. Again, this is another reason why obfuscating the path really isn't the path to go down to provide security for your website over something such as a login token or any other security measure you can take over obfuscation.