From b4925c351a4ce77b6708cc608a3b0356291ba23c Mon Sep 17 00:00:00 2001 From: Shmuel Melamud Date: Tue, 12 Mar 2024 05:12:20 +0200 Subject: [PATCH] X-Accept-Moera header changed operation. --- development/node-api/headers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/node-api/headers.md b/development/node-api/headers.md index bc52bb8..10b0d12 100644 --- a/development/node-api/headers.md +++ b/development/node-api/headers.md @@ -34,6 +34,9 @@ This header is sent by the client in HTTP request. It signals that the client supports Moera REST API of the given version. Currently only version `1.0` is defined. +Node that usually redirects all non-API requests to a web client should +disable this behavior when receives this header. + ## Plugins