Relative Content

Tag Archive for azurenext.jsazure-functionsazure-web-app-servicefastapi

Azure Web App & Static Web App throwing Mixed Content Error

I have a FastAPI server running on Azure Web App with url: https://my-api.azurewebsites.net. I also have a static website running on Azure Static Web App with url: https://myapp.azurestaticapps.net. This web app has GET and POST async apis implemented as follows: