Forum Discussion
Dario_19875
Nimbostratus
May 11, 2010LC no longer supporting HTTP fallback
Hi all,
I have a deployment of 2 Link Controllers v10.1.0 at a customer, which will replace the customer's current LCs v4.5.14.
In his current LCs, we had the possibility to define...
Hamish
Cirrocumulus
May 20, 2010Posted By Dario on 05/20/2010 07:37 AM
Hi,
found a solution which works:
CLIENT_ACCEPTED {
if { [active_members POOL_NAME] < 1 } {
TCP::respond "HTTP/1.1 302 Found\r\nServer: webserver\r\nLocation: http://URL\r\nAccept-Ranges: none\r\nConnection: close\r\nContent-Length: 0\r\n\r\n\r\n"
TCP::close
}
}
}
Thanks all for the replies.
Dario
Ahh.... It's possible that firefox is waiting for content... Because your original response had a header, and then nothing for response body... Now you're sending a CL header of 0, and an extra EOL... I wonder if it's the extra EOL or the CL header that firefox really wanted...
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