From 537ae17674180302cd44f19d7d5b9787e6be16cc Mon Sep 17 00:00:00 2001 From: Sayeem Shahria <97443370+sayeemshahria@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:11:19 +0600 Subject: [PATCH] Update 02-4xx-errors.md with 414 statusCode --- .../guides/errors-and-server-responses/02-4xx-errors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/content/guides/errors-and-server-responses/02-4xx-errors.md b/source/content/guides/errors-and-server-responses/02-4xx-errors.md index d7fdd8d5bb..895ef43a18 100644 --- a/source/content/guides/errors-and-server-responses/02-4xx-errors.md +++ b/source/content/guides/errors-and-server-responses/02-4xx-errors.md @@ -47,6 +47,10 @@ This error or a similar error message displays when a web browser cannot find th More specifically, this error occurs when the client (via web browser) successfully connects to the host (website’s application server), but is unable to find the actual resource requested (for example, a specific URL or file name). We recommend confirming that the URL or file name is correct and still exists on the site. +### Error 414 URI Too Long + +This message is shown if the size of the requested URI exceeds the 8KB limit. + ## More Resources - [Unlock a Site's Environment](/security#unlock-a-sites-environment)