Created
January 26, 2021 17:29
-
-
Save kevinhillinger/16397503e323561b067a1fac42a03a13 to your computer and use it in GitHub Desktop.
Front Door to APIM Restriction Policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<policies> | |
<inbound> | |
<check-header name="X-Azure-FDID" failed-check-httpcode="403" failed-check-error-message="" ignore-case="true"> | |
<value>475128ed-cf0a-494d-8178-cc2580e9e5d9</value> | |
</check-header> | |
</inbound> | |
<backend> | |
<forward-request /> | |
</backend> | |
<outbound /> | |
<on-error /> | |
</policies> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment