Forum Discussion

Charlie_2_10323's avatar
Charlie_2_10323
Icon for Nimbostratus rankNimbostratus
Jul 07, 2009

encrypt or hidden URI.

Hi guy’s

 

 

I’m looking for a irule or possibility to encrypt or hidden URI.

 

 

My goal is:

 

 

http://hostname.com/XXXXXXXXXXXXX

 

 

Respond URI from web server should not visible for the end user.

 

 

Is there a possibility?

 

 

Regards

 

Charlie

 

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Charlie,

     

     

    It is possible, but not simple, to encrypt the URIs. You could use a stream profile and STREAM_MATCHED based iRule with AES::encrypt to encrypt the response content. You can use HTTP::header to get/set the HTTP header values in the response and HTTP::uri for requests.

     

     

    Here are a few related posts:

     

     

    encrypt/decrypt URI

     

    http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=32158&ptarget=32324

     

     

    AES functions

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&tpage=1&view=topic&postid=21620

     

     

    STREAM_MATCHED

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/stream_matched

     

     

    Aaron