Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created December 5, 2018 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/2314964e51cdea4cab572cfc4b430922 to your computer and use it in GitHub Desktop.
Save johndowns/2314964e51cdea4cab572cfc4b430922 to your computer and use it in GitHub Desktop.
<policies>
<inbound>
<rate-limit-by-key calls="3" renewal-period="15" counter-key="@(context.Request.IpAddress)" />
<base />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment