This subroutine acquires authentication information from the WWW Browser. The user ID, password, and IP address of the client passed in response to an authentication request are acquired.
How to write
CALL "COBW3_GET_AUTHORIZE" USING COBW3.
Data setting for calling
None
Processing result data
The acquired user ID is set.
The string length (byte length) of the user ID is set.
The acquired user password is set.
The string length (byte length) of the user password is set.
The acquired IP address of the client is set.
The string length (byte length) of the IP address is set.
The acquired authentication type is set.
The string length (byte length) of the authentication type is set.
Note
With basic authentication, all information can be acquired and "Basic" is set as the authentication type. For anonymous authentication, no information other than the IP address can be acquired. When Microsoft encryption authentication is used, all information excluding the user password can be acquired and "NTLM" is set as the authentication type.