Changes

Jump to navigation Jump to search
151 bytes added ,  15:28, 27 March 2015
===rest:redirect===
 
Since {{Version|8.1}}, the function <code>[[Web Module#web:redirect|web:redirect]]</code> can be used to create a redirect response element. Alternatively, the following element can be sent:
<pre class="brush:xml"><rest:redirect>{ $location }</rest:redirect></pre>
…is basically It is an abbreviation for…for:
<pre class="brush:xml">
<rest:response>
<http:response status="302" message="Temporary Redirect">
<http:header name="location" value="{ $location }"/>
</http:response>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu