Dear All,

I want to modify the URL received via url_rewrite_program. In oredr to
achieve this I modified ClientRequestContext::clientRedirectDone method by
updating http->uri and http->redirect.location variables. Following is the
code i used,

http->uri = xstrdup(modified_uri);
http->redirect.location = xstrdup(modified_uri);

However the above code doesn't work since the original URL recived via the
rewrite script (written in perl) is what become visible for the web
applications.

I would like to know someone could advice on how to get this resolved and
your support in this regard is highly appreciated.

Thanks,
Harsha


-- 
View this message in context: 
http://www.nabble.com/Modifying-http-%3Euri-in-clientRedirectDone-tp18404307p18404307.html
Sent from the Squid - Development mailing list archive at Nabble.com.

Reply via email to