InternetProxy

Properties:

BypassProxyOnAddresses
BypassProxyOnLocal
Password
User

Methods:

Password
Port
Server
Set
UseOSAuthentication
User

Constructors:

Uninitialized object adding

Description:

Describes proxy server parameters for various protocols. Allowed protocols for use in object InternetProxy are specified by the strings http, https, ftp, and ftps.
Allows using the authentication by user name and password or NTLM (Integrated Security) authentication (in 1C:Enterprise version for Windows).
The NTLM authentication is used by default for proxy-servers, which support the given authentication method. It doesn't require additional settings. That means that the NTLM authentication will be used in case of proxy is not set or it is set without user name and password specified in the HTTPConnection object constructor.
Setting proxy with specified user name and password in the HTTPConnection object constructor disables the NTLM authentication. In this case the HTTP Basic authentication is used as an authentication method.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

See also:

HTTPConnection, property Proxy
FTPConnection, property Proxy
FTPConnection, constructor Based on connection server

    

1C:Enterprise Developer's Community