native

ezhttp_option_set_auth

Syntax

native ezhttp_option_set_auth(EzHttpOptions:options_id, const user[], const password[]);

Description

Sets an authentication for the HTTP request.

Parameters

options_id Options identifier created via ezhttp_create_options().
user The user name for the authentication.
password The password for the authentication.

Return

This function has no return value.