RemoveAuthentication (HttpRequest subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Clear existing username/password credentials (HttpRequest class)

The RemoveAuthentication callable method lets you clear the authentication values created with SetAuthentication.

Syntax

httpRequest:RemoveAuthentication

Syntax terms

httpRequest A previously defined and instantiated HttpRequest object.

See also