Allowing insecure WebSocket connections
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.