Closed coolaj86 closed 9 years ago
use res.setHeader, not res.writeHead
Also, if they're going to use CORS, they really had better learn the minimal CSP header as well. It's dangerous not to.
use res.setHeader, not res.writeHead
Also, if they're going to use CORS, they really had better learn the minimal CSP header as well. It's dangerous not to.