Skip to main content

Posts Tagged ‘cors’

NGINX Proxy for CORS

In my latest AEM project, I had a particular challenge with some front-end code, an AJAX call, and CORS.   While running the site on localhost, the search code attempted to make an AJAX call to a search API. The API would not allow my localhost site. This meant that front-end developers had a hard […]

Importance of Policy Scope in Azure API Management

Policies are a very powerful component in Azure API Management (APIM) that allows to customize API input and output. By using policies in APIM it’s possible, for example: – Set call rate limits and quotas – Modify request/response bodies – Add/remove HTTP headers – Validate JWT – Configure CORS and so on. Most policies could […]