web.setSecureProxy

Specifies that all secure HTTPS requests be directed to the specified secure proxy server.

Syntax

web.setSecureProxy( secureProxyHost:Port ); 
Argument
Description
secureProxyHost:port
The host name of the proxy server. Because a proxy server has no default port, always include the port number in the parameter. Use the format: "host:port". For example: proxy03.netvision.net.il:8080.

Return Values

Not applicable

Parameterization

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

General Information

The web.setSecureProxy function is a service function that specifies that all subsequent HTTPS requests be directed to the specified secure proxy server.

The web.setSecureProxy function works in the same way as web.setProxy, but sets the SSL proxy (HTTPS) instead of the HTTP proxy.

Example

web.setSecureProxy("proxy03.myips.com:8080");