25 lines
999 B
HTML
25 lines
999 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>403 Forbidden</title>
|
|
<h1>403 Forbidden</h1>
|
|
<pre>
|
|
The 403 (Forbidden) status code indicates that the server understood
|
|
the request but refuses to authorize it. A server that wishes to
|
|
make public why the request has been forbidden can describe that
|
|
reason in the response payload (if any).
|
|
|
|
If authentication credentials were provided in the request, the
|
|
server considers them insufficient to grant access. The client
|
|
SHOULD NOT automatically repeat the request with the same
|
|
credentials. The client MAY repeat the request with new or different
|
|
credentials. However, a request might be forbidden for reasons
|
|
unrelated to the credentials.
|
|
|
|
An origin server that wishes to "hide" the current existence of a
|
|
forbidden target resource MAY instead respond with a status code of
|
|
404 (Not Found).
|
|
<pre>
|
|
</html>
|