Origin header missing on API call outside of network using Azure
I was getting a CORS error. I reviewed the spec and sure enough, my requests outside the network were missing the "origin" header. And then in network you can see the origin header So I need help troubleshooting why the…