My Flask-SocketIo backend is throwing 400 error when invoked from CAAS platform through websockets #2131
Unanswered
senthilkumar-quant
asked this question in
Q&A
Replies: 1 comment 6 replies
-
This is a Socket.IO server. You have to use a Socket.IO client. A websocket client can only connect to a websocket server. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Client is a CAAS platform (Jambonz). Websocket connection is initiated from client to my Flask-SocketIO server. It works fine for http calls and the issue is only for websocket calls. I have defined implementation for socket events like connect, message etc... but none of them has been invoked and it always throwing 400 error back whenever websockets calls comes from my CAAS platform.
Could you please advice how do i find the rootcause of the issue.
Beta Was this translation helpful? Give feedback.
All reactions