Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/differences-to-vws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------

Expand Down
Loading