Everybody gets WebSockets
blog.cloudflare.com
Everybody gets WebSockets
1–10 of 78 posts
Re: Everybody gets WebSockets
#2Except if you are behind a restrictive corporate firewall that filters anything not in RFC 2616.
Re: Everybody gets WebSockets
#3Big deal. I can use it seamlessly with Meteor.
Re: Everybody gets WebSockets
#4Except if you are behind a restrictive corporate firewall that filters anything not in RFC 2616.
Usually not much of a problem behind HTTPS (or wss:// in this case).
Re: Everybody gets WebSockets
#5Big deal. I can use it seamlessly with Meteor.
That was possible before with a separate subdomain for DDP/WS. 1. export DDP_DEFAULT_CONNECTION_URL="http(s)://ws.domain.tld" 2. disable CloudFlare proxy (switch to "grey cloud") for that subdomain.
Re: Everybody gets WebSockets
#6Big deal. I can use it seamlessly with Meteor.
Did you read the post?
Re: Everybody gets WebSockets
#7Cloudflare is underrated, I am personally looking forward to their future.
Re: Everybody gets WebSockets
#8Except if you are behind a restrictive corporate firewall that filters anything not in RFC 2616.
If you are using secure web sockets (wss), this shouldn't be an issue as the traffic goes over port 443 and the proxy won't be able to tell if it's HTTP or another type of traffic.
Re: Everybody gets WebSockets
#9Curious why they hadn't been doing this all along. This seems like low hanging fruit to add value. Maybe I'm missing something.
Re: Everybody gets WebSockets
#10Curious why they hadn't been doing this all along. This seems like low hanging fruit to add value. Maybe I'm missing something.
[deleted]