aboutsummaryrefslogtreecommitdiff
path: root/303
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /303
Initial versionHEADmain
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