[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConnReturnForbidden

Overview

Return a "request forbidden" HTTP status line.

Syntax

    int Ns_ConnReturnForbidden
    	(Ns_Conn *conn);

Description

Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 403 to indicate that the request is forbidden. There is no Authorization header that will authorize access from this IP address.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.