Forum Discussion

Francois_LAGANT's avatar
Francois_LAGANT
Icon for Nimbostratus rankNimbostratus
Mar 22, 2013

http response to another pool

Hello,

 

 

I can't find a function that will allow myself to redirect HTTP requests to another pool during a response in 404 without a redirect url.

 

Could you offer me a solution?

 

 

Request HTTP Client -> Pool A -> Response 200 -> Client

 

Request HTTP Client -> Pool A -> Response 404 -> Pool B -> Response 200 -> Client

 

 

Regards

 

Franpom

 

3 Replies

  • there is example in HTTP::retry wiki.

     

     

    HTTP::retry wiki

     

    https://devcentral.f5.com/wiki/irules.http__retry.ashx
  • Hello

     

     

    thank you for your response but it's not what i want :

     

    HTTP::retry Resends a request to a server not to another pool

     

     

    Regards
  • HTTP::retry Resends a request to a server not to another pool you have seen the 2nd example in the wiki, haven't you?