Hi Everyone,
We used websocket_messaging.py in our application extensively.
We did not modify any of its code, we used it as it is out of the box.
Before deployments on a cloud server, has anyone any suggestions about
securing this websocket server ? for example :
- allow connections only to logged-in users ?
- ignore connection requests from non logged-in users so to not waste
ressources.
any experience on this matter is welcome.
Thanks in advance.
Khalil
We used websocket_messaging.py in our application extensively.
We did not modify any of its code, we used it as it is out of the box.
Before deployments on a cloud server, has anyone any suggestions about
securing this websocket server ? for example :
- allow connections only to logged-in users ?
- ignore connection requests from non logged-in users so to not waste
ressources.
any experience on this matter is welcome.
Thanks in advance.
Khalil