Forum Discussion
Matt_Breedlove_
Aug 01, 2011Nimbostratus
Nullifying a particular GET request inside a TCP connection
Situation is a single tcp connection from one client to one server using a VS. Client makes multiple GET requests to the VS using the same tcp connection.
One of those GET requests I would ...
- Aug 02, 2011Its all in the details.... in this case /favicon.ico is used for http://www.chami.com/tips/internet/110599I.html
when HTTP_REQUEST {
if { [HTTP::uri] equals {/favicon.ico} } { HTTP::respond 404 }
Kevin_Davies_40
Aug 02, 2011Nacreous
Its all in the details.... in this case /favicon.ico is used for http://www.chami.com/tips/internet/110599I.html if { [HTTP::uri] equals {/favicon.ico} } { HTTP::respond 404 }
Since this is entirely optional and not required to render the page it should be perfectly safe to use HTTP::respond 404
when HTTP_REQUEST {
}
Try it and see how it goes.
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