|
|
 |
 |
| SetHTTPAuthentication |
| |
SetHTTPAuthentication can be used to set a user/passwd when authentication is required |
| |
| Library |
 |
wh::internet/http.whlib |
| |
| Syntax |
 |
PUBLIC MACRO SetHTTPAuthentication (INTEGER connectionid,STRING set_username,STRING set_password) |
| |
| Parameters |
 |
| connectionid |
 |
Integer indicating the if of the connection to get the settings from |
 |
| set_username |
 |
String with the username to authenticate with |
 |
| set_password |
 |
String with the password to authenticate with |
 |
|
| |
|
|
|
|