Description
Creates a definition of a proxy by either custom settings or reads out the defined proxy settings on the system level. This definition can be used then in Web activities so that the requests will be directed to the defined proxy server.
Properties
Analyst
- Display Name: Optional friendly name used for debugging, validation, exception handling, and activity tracking.
- Description: Optional text for documentation purposes.
Common
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
Input Expert
- Auto-Detect Proxy Settings: Whether to use the proxy settings defined on the system level
- Proxy Address: The proxy server address the requests will be directed to. This property will be considered only if "Auto Detect" is set to false.
- Proxy Password: The password to be used with the proxy server. If null the Windows user is used to authenticate.
- Proxy Port: The port on the proxy server the requests will be directed to. This property will be considered only if 'Auto-detect proxy settings' is set to False.
- Proxy User: The user to be used with the proxy server. If null the Windows user is used to authenticate.
Output
- Proxy Definition: Proxy definition that can be used as an input for Web Activities (for example HTTP Request) so that the request made by this activity will be directed to the defined proxy server.