Answers for "can you run websocket on https"

0

can you run websocket on https

You can't use WebSockets over HTTPS, but you can use WebSockets over TLS (HTTPS is HTTP over TLS). Just use "wss://" in the URI.Mar. 17, 2012
Posted by: Guest on September-05-2021

Code answers related to "can you run websocket on https"

Browse Popular Code Answers by Language