RemoveAuthentication (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
{{Template:HttpRequest:RemoveAuthentication subtitle}}
[[Category:HTTPRequest methods|RemoveAuthentication subroutine]]
The <var>RemoveAuthentication</var> [[Notation conventions for methods#Callable functions|callable]] method lets you clear the authentication values created with <var>[[SetAuthentication (HttpRequest subroutine)|SetAuthentication]]</var>.


This [[Notation conventions for methods#Callable methods|callable]] method lets you clear the
authentication values created with <var>[[SetAuthentication (HTTPRequest subroutine)|SetAuthentication]]</var>.
==Syntax==
==Syntax==
<p class="syntax">%httpreq:RemoveAuthentication
{{Template:HttpRequest:RemoveAuthentication syntax}}
</p>
 
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%httpreq</th>
<tr><th>httpRequest</th>
<td>A previously defined and instantiated HTTPRequest object.
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr>
</table>


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

Latest revision as of 19:40, 14 July 2011

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