PROXY-USERID attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Authenticates an application server or Web service client to the HTTP-based proxy server.
Data type: Character
Access: Readable/Writeable
Applies to: SESSION system handle
This
attribute corresponds to the -proxyUserid startup
parameter. If -proxyUserid is not specified on
the command line, this attribute has the Unknown value (?) until
it is set.
This attribute is validated during the CONNECT( ) method (for an application server and a Web service). If PROXY-USERID is invalid, the CONNECT( ) method fails and the AVM issues an error message.
PROXY-USERID must be a string of up to 512 printable ASCII characters, including the space character.
See also
PROXY-USERID attribute, Startup Command and Parameter Reference, Develop Web Clients