Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,073 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The legacy portal doesn't provide an option to add custom headers.
Is there a way to update the config file or add “X-XXS-Protection" header through the Azure API Management blade?
There is no way to add custom headers through config. An alternate would be to front your developer portal with a service that can add those headers for you like Azure Application Gateway or even proxy requests through APIM itself adding the headers as required using policies.