Open GoogleCodeExporter opened 9 years ago
only in public class RequestProxy in setupProxyRequest its need to have boolean
dropCookies parameter. And to add it in:
} else if (dropCookies && headerName.toLowerCase().startsWith("cookie")) {
//fixme : don't set any cookies in the proxied request, this needs a cleaner solution
continue;
}
Original comment by syt...@gmail.com
on 17 Nov 2014 at 1:43
It works with this rule:
<rule>
<condition name="host">sub.domain.com</condition>
<from>^/(.*)</from>
<to type="proxy" last="true" drop-cookies="false" qsappend="true">http://192.168.2.2/$1</to>
</rule>
Original comment by syt...@gmail.com
on 17 Nov 2014 at 1:46
Original issue reported on code.google.com by
Dariusz.Luksza
on 18 Sep 2013 at 9:51Attachments: