Forum Discussion
Adam_409
Jun 05, 2011Nimbostratus
Blocking the URL
Dear Dev Team, Could you pls help in blocking any
request coming to F5 with this format: http://www.xyz.com.us/portalu/connectOTS
Best Regards,
Adam
nitass
Jun 05, 2011Employee
it should look like this. anyway, i've not yet tested it.
when HTTP_REQUEST {
if {([string tolower [HTTP::host]] equals "www.xyz.com.us") \
and ([string tolower [HTTP::uri]] equals "/portalu/connectots")} {
drop
}
}
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