Forum Discussion
jokragly
Nimbostratus
May 17, 2016iRule with ASM URL filtering
I have a website that the developers would like to have one particular /path available for internal access but deny for external users. The trick is that we use ASM URL Filtering. I can certainly r...
jokragly
Nimbostratus
Jun 01, 2016I was able to get this to work by using the following iRule. Leaving all my external traffic secured and logged via ASM.
If I need to expand on the list of starts will I will create a data group and change it to a matchclass...
when HTTP_REQUEST { if {([matchclass [IP::client_addr] equals private_net]) and ([HTTP::path] starts_with "/Help")}{ ASM::disable } }
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