[squid-users] Squid reverse proxy. Redirect based on http header

PSA4444 sima_yi at operamail.com
Fri Sep 4 01:14:33 UTC 2015


Hi,

I've managed to catch the requests with the following acl:
#
acl ios browser ^MYApp\/1\.3\.1
#
And I am able to redirect them were I want them with the following:
#
deny_info http://my.other.domain ios
http_reply_access deny ios
#
The requests are going through to the correct server, but the resource
portion of the URL is being chopped off.

For example:
http://my.main.domain/test
is being sent as: 
http://my.other.domain/

How can I get the full URL + headers, etc to go through?




--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-reverse-proxy-Redirect-based-on-http-header-tp4673063p4673081.html
Sent from the Squid - Users mailing list archive at Nabble.com.


More information about the squid-users mailing list