Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am experiencing an issue with my API deployed to Azure App Service. Locally, my API correctly returns the Content-Type header as application/json; charset=UTF-8, but when deployed to Azure, the header is returned as application/json; charset=utf-8.
Here are the specifics:
Content-Type: application/json; charset=UTF-8.Content-Type: application/json; charset=utf-8.Questions:
Content-Type charset is consistently returned as UTF-8 rather than utf-8 in Azure App Service? (Without using APIM)Any insights or recommendations would be greatly appreciated.
Local:
App Service:
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.