I have a database of users on Azure and I’m trying to call POST from my React app. But every time i try it, I get this error: enter image description here. Here is how I´m calling POST from my React app: enter image description here
In CORS settings, I have already put *, but it didn’t help. The weird thing for me is, that GET is working with no problems, but POST is throwing me an error.