restReqBasicAuthSet (Function) |
Top Previous Next |
This function will set the basic authentication to use for a request.
Input: req : SYSHANDLE A handle to the request.
user : STRING The user name to use.
pass : STRING The password to use.
Returns: INT
Declaration: FUNCTION restReqBasicAuthSet: INT;
Example: Please see the "Examples - REST Basic Authentication Example"
|