Forum Discussion
Matt_Breedlove_
Nimbostratus
14 years agoNullifying 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 ...
- 14 years agoIts all in the details.... in this case /favicon.ico is used for http://www.chami.com/tips/internet/110599I.html
Since this is entirely optional and not required to render the page it should be perfectly safe to use HTTP::respond 404when HTTP_REQUEST {
if { [HTTP::uri] equals {/favicon.ico} } { HTTP::respond 404 }
}
Try it and see how it goes.
Kevin_Davies_40
Nacreous
14 years agoThe problem is the type of traffic which it is requesting will determine the response to provide. For example with images, if the response is not the same size image as the original then you may mangle the display of the rendered html page. It would help if you could provide information on the type of object GET is calling. Image? css? html?
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