I'm looking for a filter that works with mod_proxy to resubmit a request to
a server based on something being present in a response.

In other words:

   - client browser directs request through proxy
   - mod_proxy sends request to server
   - proxy receives response, parses response, and then possibly resubmits
   the request to the same server again


I couldn't spot anything useful in mod_proxy config, and figured should be
simple enough in an output filter - but how to trigger the resubmit of the
request?

Thanks.

Reply via email to