Sockjs-erlang doesn't support cross-domain correctly
majek opened this issue · 3 comments
majek commented
At least not every aspect.
This should be tested by the -protocol, but it's not yet.
The issue:
$ curl http://localhost:8080/echo/chunking_test -v -X OPTIONS
501 Not Implemented
majek commented
Raised misultin issue to add support for OPTIONS ostinelli/misultin#59
majek commented
Using my fork of Misultin sockjs-erlang does seem to be working fine cross-domain.