- On Azure, authorize the front end to talk to your back end (configuration issue).
- Headers to keep in mind:
-
Access-Control-Allow-Origin
-
Access-Control-With-Credentials
-
See CORS documentation for more details.
Access-Control-Allow-Origin
Access-Control-With-Credentials
See CORS documentation for more details.