> Don't send the 302.  Just rewrite the URL.  Squid will fetch the 
> rewritten URL and send the result to the client.
> 
> Chris
> 
> 
OK it works!
Thanks!
So i use :
acl	rw	url_regex -i http://moi/img=*
http_access 		deny 		!rw
http_access 		allow 	rw
To only accept http://moi/img=an_url
I try to add an acl on http_acces_reply with an url-regexp whitelist to
restrict what sould squid accept to reply after rewriting.
But it doesnt work
-- View this message in context: http://www.nabble.com/Is-this-possible--tp22601561p22676600.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Tue Mar 24 2009 - 09:20:46 MDT
This archive was generated by hypermail 2.2.0 : Tue Mar 24 2009 - 12:00:02 MDT