60

Accurate summary of CORS headers

Comments
  • 15
  • 3
    Why even commit at all, if you're not sure if it works
  • 2
    @Kimmax pulling the code down to a remote server
  • 0
    @Condor WIP. I do git rebase 👍🏻
  • 3
    @Kimmax because CORS is random. It works locally but when you put it on a prod server it starts giving random errors.

    For example (and I'm NOT joking):
    "No Access-Control-Allow-Origin header is present on the requested resource"
    U look in the headers, guess what there it is. With a *.

    Or this:
    "domainblala.com not allowed by access-control-allow-origin: *"
  • 0
  • 1
    That fucking security on dev env cancer
Add Comment