Enable Access-Control-Allow-Credentials header in Azure website (Azure App Services)

前端 未结 3 1650
梦如初夏
梦如初夏 2020-12-09 19:01

We recently migrated an API application from Azure Cloud Services to Azure Websites, and some clients are still using our legacy protocol for authentication, which uses cook

3条回答
  •  青春惊慌失措
    2020-12-09 19:27

    This is Something that you can do in the web.config file that is available in your web app.

    You can edit it using Visual Studio Online (Monaco) which is a Tools that you add from the Azure Portal.

    Read more here : http://enable-cors.org/server_iis7.html

提交回复
热议问题