Skip to content

Commit

Permalink
Merge branch 'master' into DOCSP-33212
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc authored Dec 5, 2023
2 parents 6b96c03 + 74729d9 commit 8b682f4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
Binary file modified graffles/auth-diagrams.graffle
Binary file not shown.
2 changes: 2 additions & 0 deletions source/data-api/custom-endpoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ You can call a custom endpoint from any standard HTTPS client.
.. literalinclude:: /data-api/snippets/custom-endpoints.snippet.hello.sh
:language: bash

HTTP/1.1 or greater is required when making requests.

.. _endpoint-return-types:

Choose a Response Data Format
Expand Down
2 changes: 2 additions & 0 deletions source/data-api/generated-endpoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ You can call a Data API endpoint from any standard HTTP client. Each
request can include configuration headers and arguments in the request
body.

HTTP/1.1 or greater is required when making requests.

Choose an API Version
~~~~~~~~~~~~~~~~~~~~~

Expand Down
Binary file modified source/images/custom-auth-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions source/reference/service-limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ are available when you connect to MongoDB through App Services, see
Device Sync requires MongoDB Atlas clusters to run specific versions of MongoDB.
Flexible Sync requires MongoDB 5.0.0 or greater.

.. _mongodb-service-limitations-http-version-reuirements:

HTTP Version Requirement
------------------------

Data API and HTTPS Endpoints require HTTP/1.1 or greater when making requests.

.. _mongodb-service-limitations-query-options:

Query Options
Expand Down
2 changes: 2 additions & 0 deletions source/services/webhook-requests-and-responses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ There are two type of :guilabel:`Request Validation` for webhooks:
:ref:`Payload Signature Verification <webhook-verify-payload-signature>`
and :ref:`Secret as a Query Parameter <webhook-secret-query-parameter>`.

HTTP/1.1 or greater is required when making requests.

.. note::

For maximum security, programmatically generate the ``secret`` string
Expand Down

0 comments on commit 8b682f4

Please sign in to comment.