Skip to content

Commit a4e585c

Browse files
committed
edit
1 parent 6e095f0 commit a4e585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/api-management-test-api-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Operations can be called directly from the portal, which provides a convenient w
88
> In the test console, API Management automatically populates an **Ocp-Apim-Subscription-Key** header, and configures the subscription key of the built-in [all-access subscription](../articles/api-management/api-management-subscriptions.md#all-access-subscription). This key enables access to every API in the API Management instance. Optionally display the **Ocp-Apim-Subscription-Key** header by selecting the "eye" icon next to the **HTTP Request**.
99
1. Depending on the operation, enter query parameter values, header values, or a request body. Select **Send**.
1010

11-
When the test is successful, the backend responds with **200 OK** and some data.
11+
When the test is successful, the backend responds with a successful HTTP response code and some data.
1212

1313
> [!TIP]
1414
> By default, the test console sends a request to API Management's CORS proxy, which forwards the request to the API Management instance, which then forwards it to the backend. This proxy uses public IP address 13.91.254.72 and can only reach public endpoints. If you want to send a request directly from the browser to the API Management service, select **Bypass CORS proxy**. Use this option when you want to use the test console and your API Management gateway is network-isolated or doesn't allow traffic from the CORS proxy.

0 commit comments

Comments
 (0)