From 27a75b5ec030e70ce72b3dc7ce32b47733c90068 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 30 May 2023 20:40:48 +0200 Subject: [PATCH] feat(devmanual): Document HTTP status changes for failing strict cookies Signed-off-by: Christoph Wurst --- .../app_upgrade_guide/upgrade_to_27.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst index 02b4a4a9f..0a8a93640 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst @@ -71,4 +71,5 @@ Client APIs Changed APIs ^^^^^^^^^^^^ +* HTTP request that do not pass the *lax and strict cookie check* return a HTTP status 412 consistently now. It was HTTP 412 and 503 before depending on the endpoint. (`nextcloud/server#37316 `_) * The OCS translation API was extended to return the ``from`` language attribute so in case no from was given, clients can afterwards show in the UI which language was detected and used for translating. (`nextcloud/server#38003 `_)