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.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to