From f681126f4dbff5a18ba1194fba96dff7c0307308 Mon Sep 17 00:00:00 2001 From: zmstone Date: Thu, 30 May 2024 22:38:56 +0200 Subject: [PATCH] docs: add changelog for PR 13164 --- changes/ce/fix-13164.en.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ce/fix-13164.en.md diff --git a/changes/ce/fix-13164.en.md b/changes/ce/fix-13164.en.md new file mode 100644 index 000000000..c0ce937da --- /dev/null +++ b/changes/ce/fix-13164.en.md @@ -0,0 +1,6 @@ +Fix HTTP authorization request body encoding. + +Prior to this fix, the HTTP authorization request body encoding format was taken from the `accept` header. +The fix is to respect the `content-type` header instead. +Also added `access` templating variable for v4 compatibility. +The access code of SUBSCRIBE action is `1` and SUBSCRIBE action is `2`.