RemoveAuthentication (HttpRequest subroutine)

From m204wiki
Revision as of 20:16, 16 June 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Clear existing username/password credentials (HttpRequest class)


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

Syntax

httpRequest:RemoveAuthentication

Syntax terms

%httpreq A previously defined and instantiated HTTPRequest object.

See also