Forum Discussion
arjun_ankathil_
Nimbostratus
Apr 08, 2010HTTP traffic deny - not working.
A request for test.test.com/BluePortServlets/PaymentPortal on HTTP was requested to be dropped , Configured below iRule and applied to VS , however traffic is still reached.
rule test_payme...
hoolio
Cirrostratus
Apr 08, 2010Hi Arjun,
Are you applying this iRule to a port 80 HTTP VIP? If so, can you try this?
when HTTP_REQUEST {
log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::method] request to [HTTP::host][HTTP::uri]"
if {[HTTP::path] contains "BluePortServlets/PaymentPortal" }{
log local0. "[IP::client_addr]:[TCP::client_port]: Dropping request to [HTTP::uri]"
drop
}
}
Once you're done testing, you can comment out the debug logging.
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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