sockjs/sockjs-erlang

Sockjs-erlang doesn't support cross-domain correctly

majek opened this issue · 3 comments

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

Raised misultin issue to add support for OPTIONS ostinelli/misultin#59

Using my fork of Misultin sockjs-erlang does seem to be working fine cross-domain.

My patch was applied in dev branch. We should use dev branch. opened #3 for that