TIL how to test CORS on the command line with curl
In my last TIL I talked about how to set additional security headers for Gitlab. But I also had to do this for other applications I was supporting, where it was more straight-forward to do it (meaning: with code).
I needed to set the access-control-allow-origin
header in the other applications …