RemoveAuthentication (HttpRequest subroutine)

From m204wiki
Revision as of 19:40, 14 July 2011 by JALWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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