Forum Discussion
mbamusa_59409
Nimbostratus
Nov 01, 2010packet filter based on URL
HI ALL ,
i have a web site published over the internet (ie www.mysite.com)and i want to prevent access to some suburl (ie. www.mysite.com/admin)for this website to be accessed from outside ...
Chris_Miller
Altostratus
Nov 02, 2010Here's an iRule to accomplish it.
when HTTP_REQUEST {
if { [HTTP::host] eq "www.mysite.com" and [HTTP::uri] starts_with "/admin" and ![class match [IP::client_addr] eq inside_addresses] } {
discard }}
This requires that you create an address-type "datagroup" containing the IPs you want to allow. Let me know if you have any issues.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects