Back to Browse

Michael Neale - CORS: Cross-domain requests with JavaScript

73.8K views
Nov 20, 2013
13:20

You all know the same origin policy. And you have all probably heard about json-p. But there is a better way: CORS. With oauth, openid, and applications opening up JSON-based endpoints, your browser is the perfect place to combine data into new apps - less server side programming needed. CORS allows you to have your web apps talk directly and securely to any server, not just the origin. It is relatively simple to use, with a few tricks and gotchas. Let me show you how it works and how it can be setup (warning: some servers will be hurt).

Download

0 formats

No download links available.

Michael Neale - CORS: Cross-domain requests with JavaScript | NatokHD