From 773b373b6b66313720c5fd11f652f1bf7a4e6beb Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 16 Aug 2026 13:56:57 +0100 Subject: [PATCH] Document fixed x-aws-region response value --- docs/source/differences-to-vws.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/differences-to-vws.rst b/docs/source/differences-to-vws.rst index 7bb8390e0..3e4eabf81 100644 --- a/docs/source/differences-to-vws.rst +++ b/docs/source/differences-to-vws.rst @@ -99,6 +99,13 @@ The mock does not do this. The real Query API sends some responses with ``Content-Encoding: gzip``. The mock Query API sends all responses with ``Content-Encoding: gzip``. +``x-aws-region`` headers +------------------------ + +The mock uses the fixed sample value ``us-east-2, us-west-2`` for +``x-aws-region`` response headers. The regions returned by the real Vuforia +Web Services can differ, so tests should not rely on the mock's exact value. + NGINX Error cases -----------------