From bc1a8ddca498889d59b4e3e8fa6ffa469166b45a Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Mon, 23 Dec 2024 02:54:39 -0500 Subject: [PATCH] Pages for HTTP response codes 400, 401, and 405 --- input/error/400.html | 6 ++++++ input/error/401.html | 6 ++++++ input/error/405.html | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 input/error/400.html create mode 100644 input/error/401.html create mode 100644 input/error/405.html diff --git a/input/error/400.html b/input/error/400.html new file mode 100644 index 0000000..91031eb --- /dev/null +++ b/input/error/400.html @@ -0,0 +1,6 @@ +[//]: # "Title: Malformed Request" + +
+

Malformed Request

+

The server received a malformed request.

+
diff --git a/input/error/401.html b/input/error/401.html new file mode 100644 index 0000000..567f97f --- /dev/null +++ b/input/error/401.html @@ -0,0 +1,6 @@ +[//]: # "Title: Client Unauthenticated" + +
+

Client Unauthenticated

+

Authentication is required to access this resource.

+
diff --git a/input/error/405.html b/input/error/405.html new file mode 100644 index 0000000..70bb363 --- /dev/null +++ b/input/error/405.html @@ -0,0 +1,6 @@ +[//]: # "Title: Request Method Disallowed" + +
+

Request Method Disallowed

+

The request method for this resource has been disallowed.

+