Adds an HTTP auth required header and return code, that will force
the user to supply a login name and password. This tag is needed when
using access control in RXML in order for the user to be prompted to
login.
Example
<apre foo>
Try it.
</apre>
<if prestate=foo>
<auth-required>
</if>
Try it.
|