retryWithoutHTTPProxy parameter

This parameter configures secure connections that go through an HTTP proxy using an unrecognized authentication method to make a second connection attempt that bypasses the proxy. Reflection understands only Basic authentication; this parameter may be useful in situations where NTLM is being used but the HTTP proxy isn't necessary for the connection.

Value

Example

<param name="retryWithoutHTTPProxy" value="true">

Top of index