Skip to content

Commit 37d51f3

Browse files
Incorporate feedback.
1 parent 2a7932f commit 37d51f3

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,11 @@ Detailed steps follow.
131131

132132
1. **Evaluate the response**. The response can contain one of the following headers depending on the state of the debug token:
133133

134-
- If the debug token is valid, the response includes an `Apim-Trace-Id` header whose value is the trace ID, similar to the following example:
135-
136-
```http
137-
Apim-Trace-Id: 0123456789abcdef....
138-
```
139-
140-
- If the debug token is expired, the response includes an `Apim-Debug-Authorization-Expired` header with information about expiration date.
141-
- If the debug token was obtained for a different API, the response includes an `Apim-Debug-Authorization-WrongAPI` header with an error message.
134+
| Header in response | Explanation |
135+
|:-------------------|:------------|
136+
| `Apim-Trace-Id` | Debug token valid. The value is the trace ID, such as: `Apim-Trace-Id: 0123456789abcdef....` |
137+
| `Apim-Debug-Authorization-Expired` | Token is expired. Header includes information about expiration date. |
138+
| `Apim-Debug-Authorization-WrongAPI` | Token obtained for a different API. Header includes an error message. |
142139

143140
1. **Retrieve the trace**. Pass the trace ID obtained in the previous step to the gateway's [List trace](/rest/api/apimanagement/gateway/list-trace) API. For example, to retrieve the trace for the managed gateway, use a request similar to the following example:
144141

0 commit comments

Comments
 (0)