Ns_ConnReturnForbidden

Name

Ns_ConnReturnForbidden -- 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.