Table of Contents

  • Introduction
  • Information Tags
  • String Tags
  • Variable Tags
  • URL Tags
    · Introduction
    · apre
    · aconf
    · set_cookie
    · remove_cookie
    · auth-required
    · expire_time
    · header
    · redirect
    · return
    · killframe
  • If Tags
  • Graphics Tags
  • Database Tags
  • Programming Tags
  • Supports System
  • SSI
  • htaccess
  • Image Maps
  • Appendix
  •  <auth-required> 
    <auth-required> is defined in the Main RXML parser module.

    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.

    Attributes
     

    Attributes

    Example
    source code
    
    <apre foo>
    Try it.
    </apre>
    
    <if prestate=foo>
    <auth-required>
    </if>
    

    result Try it.