Hi ppl, I'm trying to rewrite the HTTP Referer in the Input Filter. While it looks to me like I can do apr_table_get (r->headers_in, "Referer") and apr_table_setn(..) in the Input Filter hook, it looks like it does not make any change to the request which is coming to actually a web site.
Can you give me a hint? Thanks! -- Alexander Prohorenko.
