Forum Discussion

bakka_7970's avatar
bakka_7970
Icon for Nimbostratus rankNimbostratus
Nov 24, 2009

filtering IP to access URI

I would like to filter some @IP from internet to authorized acces on two URI.

 

 

Like this:

 

 

allow all $internet_ip access to http://www.mydomaine.com/apps1/

 

 

block all $internet_ip access to http://www.mydomaine.com/apps2/

 

block all $internet_ip access to http://www.mydomaine.com/apps3/

 

 

if internet_ip = $my_authorized_ip

 

allow access to http://www.mydomaine.com/apps2/

 

allow access to http://www.mydomaine.com/apps3/

 

 

 

I just wanna know if it's possible or not ?
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    It's possible to do using an iRule--but not effectively. You can check this post for details:

     

     

    Irule for restriciting URL paths unsecure

     

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

     

     

    Aaron