Laurie Young
Member since Jun 28, 2010
- Profile: /members/6320-laurie-young.htm
- URL: http://www.pusherapp.com
- Comments: 2
Recent Blog Comments By Laurie Young
-
Using ColdFusion With Pusher - A Notification Service Powered By HTML5 WebSockets
Posted on Jun 28, 2010 at 11:35 AM
@Ben Nadel, The main difference with HTTP Auth is how secure it actually is. HTTP Basic is rather insecure, as it sends authentication in plain text. HTTP Digest is more secure, but has some legacy issues. For example with some clients it is possible for a man in the middle to tell the client t... read more »
-
Using ColdFusion With Pusher - A Notification Service Powered By HTML5 WebSockets
Posted on Jun 28, 2010 at 10:49 AM
Hi Ben Thanks for the great post. Sorry the cryptography is a bit complex. We wanted to make sure you can trust that no-one other than you can send messages to browsers viewing your app. :) There are several libraries available that hide this complexity. For example in the ruby library we maintain... read more »