Forum Discussion
ngkin2010
Nimbostratus
Apr 14, 2020Effect of Rewriting HTTP Response
Hi mates, I have write a simple F5 iRule to rewrite the HTTP response on LTM. The code is simple: when HTTP_RESPONSE {
if [HTTP::header "Content-Length"] > 50000000 {
HTTP:...
Simon_Blakely
Employee
Apr 15, 2020First up, you don't need to do anything with the HTTP response if you are doing an HTTP::respond
The HTTP::respond 503 is complete in and of itself, and discards the collected HTTP response
The client-side connection just stays open for the next HTTP request from the client.
If you want to close the connection, use HTTP::close
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