PROGRESS.Session.proxyPassword
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type: String
Session model: Session-free and session-managed
Use to authenticate the application server client to the Proxy Web server. The value can be a string of up to 512 printable ASCII characters.
You should use PROGRESS.Session.proxyPassword when PROGRESS.Session.proxyHost and PROGRESS.Session.proxyPort are specified and the Proxy server requires authentication.
If PROGRESS.Session.proxyHost and PROGRESS.Session.proxyPort are not specified to the Java Open client, any value for the PROGRESS.Session.proxyPassword is ignored.
This property is validated during the connection. If the password is
invalid, the connection fails and OpenEdge issues an error message. If PROGRESS.Session.proxyUserId is not specified, the connection ignores any value for PROGRESS.Session.proxyPassword.
Default: None