[web2py] Re: Websocket doesn't work on stable version

2015-02-26 Thread Jose de Soto
Hi, It looks that in Tornado 4.X has been included: * check_origin*, here more info: http://tornado.readthedocs.org/en/latest/websocket.html#tornado.websocket.WebSocketHandler.check_origin In the DistributeHandler, you can insert the next code: *def check_origin(self, origin):* *return

[web2py] Re: Websocket doesn't work on stable version

2015-01-05 Thread samuel bonill
are you running the Tornado Websocket server ? El domingo, 4 de enero de 2015 16:09:20 UTC-5, Tito Garrido escribió: > > Hi Folks, > > I am using 2.9.11 and when I try to use $.web2py.web2py_websocket('ws:// > 127.0.0.1:/realtime/mygroup', function(e){alert(e.data)}) I receive > error 403 For