From c54f452bf7f75bbc45c8fca9ee4a7bacaed7d5a3 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 31 Oct 2022 08:49:33 +0000 Subject: [PATCH] docs/Developers: Compression needs `Content-Encoding` header ... not `Content-Type`. --- docs/Developers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developers.md b/docs/Developers.md index 824b271..f547dbc 100644 --- a/docs/Developers.md +++ b/docs/Developers.md @@ -128,8 +128,8 @@ compress this body then you MUST set a `Content-Type` header of `applicaton/json`. You *MAY* use gzip compression on the body of the message, but it is not -required. If you do compress the body then you **MUST* send a `Content-Type` -header of `gzip` instead of `application/json`. +required. If you do compress the body then you **MUST* send a +`Content-Encoding` header of `gzip`. **Due to issues when messages are compressed, form-encoded data is NO LONGER SUPPORTED as of 2022-06-16.**