Skip to main content
Module

x/status/mod.ts>FORBIDDEN

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable FORBIDDEN
import { FORBIDDEN } from "https://deno.land/x/status@0.1.0/mod.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.5.3

The client does not have access rights to the content, i.e. they are unauthorized, so server is rejecting to give proper response. Unlike 401, the client's identity is known to the server.

type

403