Microsoft Azure React-Django 403 Forbidden
I have made a react and django web application and it is hosted on Azure. The app works when run on localhost but when I run it on Azure I get a 403 forbidden error on my post requests. But my Get requests are working fine. I have set up django Cors/CSRF and it works fine when done locally. I set this up by following a tutorial but they never had this issue. I have been trying to find a solution to this but have not found one that works.
Note: React is a static web app, and django backend is a webapp + database
I read azure documentation to try and find the solution. But it appeared lots of the one si find the relate are outdataed. Posted on microsoft questions, no help. Watched many tutorials. Rewrote my django code to see if that was the issue. I just got no idea anymore