Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,675 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have deployed a django - react server. The issue I am having is that my POST requests to my django backend are having a 403 (forbidden) error. Normally I would see this as just a csrf error. But it works fine when I run the server locally and I also tried using
@csrf_exempt
but I still got the 403 error when deployed. Is there something I need to configure in Azure that I am not? I followed a tutorial and got this far. they never had this issue though.