On 02/29/2012 06:01 PM, Swaminathan Bhaskar wrote:
Hi

Is there anyway to intercept HTTP 301/302 redirects ? I tried registering a very simple output filter (AP_FTYPE_RESOURCE) and the filter function did not get a callback. I would assume all output goes through the filter chain

Rgds
Bhaskar

Did you hook the ap_hook_insert_error_filter function? For errors, you need that one.

Joe
--
http://www.silverhawk.net/

Reply via email to