RemoveAuthentication (HttpRequest subroutine)

From m204wiki
Revision as of 04:24, 19 June 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

Clear existing username/password credentials (HttpRequest class)

The 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