Cross Origin Resource Sharing Woes (CORS)
Ever come across this situation? You want to pull an HTTP API into service on your website. You test it happily on your local machine with Python or Postman, but then when you convert the code into javascript and try to use it in the browser… boom. You get hit with error messages that look like this: preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. ...