tarsier_90410
Oct 17, 2011Nimbostratus
HTTP::respond - bug or improper use?
When using HTTP::respond 302 Location "https://<...>" in the HTTP_RESPONSE when the server also issued a 302, the LTM's 302 does not appear to work and the client receives the location specified by the server.
Shouldn't the use of HTTP::respond cause the server response to be discarded? When I do something similar with HTTP::respond 200, the entire server response appears to be dropped.