ros2-web-bridge icon indicating copy to clipboard operation
ros2-web-bridge copied to clipboard

web socket security consideration

Open qiuzhong opened this issue 7 years ago • 0 comments

Currently, the bridge provides web socket interface by

ws://localhost:9090

In that case, all the security-related operations (auth) data is exposed in the socket transmission. What about using web socket security protocol (wss://)?

qiuzhong avatar Feb 05 '18 07:02 qiuzhong