web.setProxyBypassLocal

Specifies whether or not the proxy server should bypass local addresses.

Syntax

web.setProxyBypassLocal( noLocal );
Argument
Description

noLocal

A switch indicating whether or not to bypass local addresses.
"1" - Bypass local addresses
"0" - Do not bypass local addresses

Return Values

Not applicable

Parameterization

The following argument(s) can be parameterized using standard parameterization: no_local

General Information

The web.setProxyBypassLocal function is a service function that specifies whether or not the proxy server should bypass local (intranet) addresses. This function overrides the runtime settings proxy option Do not use proxy server for local (intranet) addresses. If the proxy bypass string contains <local>, then neither this function nor the UI check box will have an effect: local addresses will always be bypassed.

Example

web.setProxyBypassLocal("1");