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.
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