RemoveAuthentication (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 2: Line 2:


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}}
Line 8: Line 8:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>%httpreq</th>
<td>A previously defined and instantiated <var>HTTPRequest</var> object.
<td>A previously defined and instantiated <var>HttpRequest</var> object.


</td></tr></table>
</td></tr></table>
==See also==
==See also==
{{Template:HttpRequest:RemoveAuthentication footer}}
{{Template:HttpRequest:RemoveAuthentication footer}}

Revision as of 20:17, 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