From 5b4e2b6f1911a2ae1ed3128d32cbe1b348cef4e1 Mon Sep 17 00:00:00 2001 From: Niko Korvenlaita Date: Wed, 16 Oct 2024 07:34:20 +0300 Subject: [PATCH] add changes entry --- .changes/http-allow-skip-origin.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/http-allow-skip-origin.md diff --git a/.changes/http-allow-skip-origin.md b/.changes/http-allow-skip-origin.md new file mode 100644 index 00000000..cbc8fab5 --- /dev/null +++ b/.changes/http-allow-skip-origin.md @@ -0,0 +1,6 @@ +--- +"http": "patch" +"http-js": "patch" +--- + +Allow skipping sending Origin header in HTTP requests by sending empty string as the value for Origin header.