class WebSocketHandler(tornado.websocket.WebSocketHandler): def check_origin(self, origin): return True ....
本文出自 “orangleliu笔记本” 博客,转载请务必保留此出处http://blog.csdn.net/orangleliu/article/details/42008423
作者orangleliu 采用署名-非商业性使用-相同方式共享协议
[tornado]使用webscoket的使用总是403错误
原文地址:http://blog.csdn.net/orangleliu/article/details/42008423