RemoveAuthentication (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Template:HTTPRequest:RemoveAuthentication subtitle}}
{{Template:HttpRequest:RemoveAuthentication subtitle}}


This [[Notation conventions for methods#Callable methods|callable]] method lets you clear the
This [[Notation conventions for methods#Callable methods|callable]] method lets you clear the
authentication values created with <var>[[SetAuthentication (HTTPRequest subroutine)|SetAuthentication]]</var>.
authentication values created with <var>[[SetAuthentication (HTTPRequest subroutine)|SetAuthentication]]</var>.
==Syntax==
==Syntax==
{{Template:HTTPRequest:RemoveAuthentication syntax}}
{{Template:HttpRequest:RemoveAuthentication syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 12: Line 12:
</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:HTTPRequest:RemoveAuthentication footer}}
{{Template:HttpRequest:RemoveAuthentication footer}}

Revision as of 20:16, 16 June 2011

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