Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
    <apre>
    <aconf>
    <set_cookie>
    <remove_cookie>
    <auth-required>
    <expire_time>
    <header>
    <redirect>
    <return>
    <killframe>
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<auth-required> Main RXML parser

 

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.