aboutsummaryrefslogtreecommitdiff
path: root/303
diff options
context:
space:
mode:
Diffstat (limited to '303')
-rw-r--r--303/index.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/303/index.md b/303/index.md
new file mode 100644
index 0000000..b2b6bfd
--- /dev/null
+++ b/303/index.md
@@ -0,0 +1,13 @@
+Title: Always include the path "/" in HTTP requests
+Author: rodarima
+Created: Mon, 18 Nov 2024 18:19:19 +0000
+State: closed
+
+Following https://datatracker.ietf.org/doc/html/rfc7230#section-5.3.1, the path must not be empty, even if we have a query:
+
+> If the target URI's path component is empty, the client MUST send "/"
+> as the path within the origin-form of request-target.
+
+Notice URIs can have empty paths, this is a restriction of HTTP only.
+
+Fixes: https://github.com/dillo-browser/dillo/issues/302 \ No newline at end of file