In the enterprise environment you sometimes need to bypass a web proxy. This document describes how you can use m2-proxy together with html proxy.
#proxyserver data proxyserver.address=proxyaddr proxyserver.port=8080
<!-- For proxy bypass, change the following path to config file --> <import resource="httpClient-conf/httpClient-proxy.xml"/>
#proxyserver data proxyserver.address=proxyaddr proxyserver.port=8080 #proxyserver authorization proxyserver.username=username proxyserver.password=password
<!-- For proxy bypass, change the following path to config file --> <import resource="httpClient-conf/httpClient-proxy-password.xml"/>
#proxyserver data proxyserver.address=proxyaddr proxyserver.port=8080 #proxyserver authorization proxyserver.username=username proxyserver.password=password #NTLM authorization #host name of the computer originating the request hostname=hostname #domain credentials are intended to authenticate with domain=domain
<!-- For proxy bypass, change the following path to config file --> <import resource="httpClient-conf/httpClient-proxy-ntlm.xml"/>