This repository contains various samples related to Azure API Management:
- API Management Client Certificate Series
Samples that are part of my blog post series Client Certificates and mTLS in API Management. - Catch-All API
A sample API that catches all HTTP methods and forwards them to a backend service. - Convert Base64 to multipart/form-data
Demonstrates how to convert a Base64 encoded file to a multipart/form-data request. - Generic Error Handling
Demonstrates how to implement generic error handling in API Management. - Rate Limiting
Demonstrates the use of rate limiting policies in API Management. - Sanitize Response Headers
Demonstrates how to sanitize response headers using allowlist and blocklist approaches. - Snippets
A collection of reusable policy fragments and other snippets. - Validate API Management Policies with PSRule
Demonstrates how to validate API Management policies using PSRule.