sockjs / sockjs-protocol

An attempt to define SockJS protocol
http://sockjs.org
203 stars 29 forks source link

Making CORS headers optional #96

Open bripkens opened 7 years ago

bripkens commented 7 years ago

CORS headers are currently required by the test suite. Why is this required from servers? IMHO hosting the website and the sockjs server under the same origin without CORS headers should be possible. This would allow us to benefit from the browser same-origin policy.

Reference: https://github.com/vert-x3/vertx-web/issues/649

bripkens commented 6 years ago

Any chance to discuss the above or is this project dead?