connect-cors
connect-cors copied to clipboard
connect-cors
Needs an option to add `Access-Control-Max-Age: 600`
I'm going to fork this and put my name in an AUTHORS file at the root. It looks like the code is pretty much the same as when I pull...
Hi, appreciate the library! We're using it with success, but one issue - the way you're using the input config object, config.origins is an input array that you're modifying by...
What's the correct way to read POST request payload? I'm using connect-xcors and I can't seem to find where POST payload is stored. ``` var server = connect.createServer( connect.logger(), CORS(options),...