Why am I getting CORS error when calling post?
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