Forum Discussion
sirad_85122
Nimbostratus
Apr 08, 2010Two Connection: close in HTTP response header.
Hi guys,
I have problem with HTTP::respond method. My I rule looks like:
when HTTP_REQUEST {
set uri [HTTP::uri]
if { not ($uri starts_with "http") } {
set ur...
J_C_13164
May 18, 2010Historic F5 Account
There does appear to be some oddness with HTTP::respond and the headers in 9.3.1, though this works as expected in 9.4.8.
I would recommend using a TCP::respond in this case. :
TCP::respond "HTTP/1.1 302 Found\r\nLocation: $uri\r\nConnection: close\r\nContent-Length: 0\r\n\r\n"
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