Please enable JavaScript.
Coggle requires JavaScript to display documents.
APIM 03 Protect - Coggle Diagram
APIM 03 Protect
certificates
-
- Certificate Authority (CA)
- Thumbprint
- Subject
- Expiration Date
verify a certificate
- Check who issued the certificate
- verify where thy came from (self signed)
in the Consumption tier, you must explicitly enable the use of client certificates
custom domains
-
Subscription Key
- All API
- single API
- product
-
-
curl --header "Ocp-Apim-Subscription-Key: <key string>" https://<apim gateway>.azure-api.net/api/path
curl https://<apim gateway>.azure-api.net/api/path?subscription-key=<key string>
Response headers
-
X-Powered-By: see the technology stack being used<set-header name="X-Powered-By" exists-action="delete" />
Throttle API requests
-
Limit by key throttling
-
<rate-limit-by-key calls="number"
renewal-period="seconds"
increment-condition="condition"
counter-key="key value" />
-
Mask URLs with a transformation policy
- outbound: <redirect-content-urls />