Troubleshooting CORS Errors

A deep dive into how settings in Azure can CORS errors

David Klempfner
Level Up Coding
Published in
4 min readFeb 26, 2022

--

Photo by Asher Zhang on Unsplash

I had an interesting problem to troubleshoot at work the other day. Our web app was failing to make an HTTP request to our web service.

In the network tab, you could see errors about CORS. In addition to this, the response code for one of the requests was Ip Forbidden.

--

--

I’m a software developer who is passionate about learning how things work behind the scenes.