Posts about WebSockets

Allowing insecure WebSocket connections

May 28th 2021 WebSockets Firefox Chrome Edge

Increased security in web browsers can be a hindrance during development when all the infrastructure is not yet in place. For example, browsers don't allow insecure WebSocket connections from secure websites. This could block your development until you have a secure WebSocket endpoint available. Fortunately, there are ways to disable this security feature in all browsers.