You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Request Headers][req-headers-example]| Returns a list of the request headers sent to APIM. Useful for debugging. Caution: may include sensitive data (tokens, cookies, keys); use responsibly. |
20
-
|[API ID][api-id-example]| Returns the ID of an API as per a predefined standard such as `api-123`. Useful for explicitly identifying an API in telemetry. |
21
-
|[Correlation ID][correlation-id-example]| Ensures a correlation ID header is present and returns it. Demonstrates reusable fragment `Correlation-Id`. |
| Request Headers| Returns a list of the request headers sent to APIM. Useful for debugging. Caution: may include sensitive data (tokens, cookies, keys); use responsibly. |
20
+
| API ID| Returns the ID of an API as per a predefined standard such as `api-123`. Useful for explicitly identifying an API in telemetry. |
21
+
| Correlation ID ([source][correlation-id-example]) | Ensures a correlation ID header is present and returns it. Demonstrates reusable fragment `Correlation-Id`. |
22
22
23
23
## ⚙️ Configuration
24
24
@@ -27,8 +27,6 @@ Sets up a simple APIM instance with a variety of policies to experiment.
0 commit comments