Hello,

I'm trying to understand if the redispatch option may be used to retry a HTTP 
connection in the following scenario:

Suppose there are multiple backend web servers and the first one that gets 
chosen has a problem and replies with a 4xx or 5xx http status code.

Will the connection be retried to the next backend webserver in the hope that 
everything will work OK and we get a http 200 reply?

If this doesn't work is there some other mechanism to achieve something like 
this?

Thanks
Arthur

Reply via email to