News Feed
Jobs Feed
Sections




News Archive
David Müller:
Cross Domain AJAX Guide
December 10, 2012 @ 12:17:39

In his latest post David Müller covers some of the things to consider when working with cross-domain ajax requests including CORS and iframes.

As it is widely known, AJAX Requests are only possible if port, protocol and domain of sender and receiver are equal. [...] Having this cleared out, we will cover ways around this restriction.

He covers three main approaches to allowing these cross-domain requests (and some of the security implications that can come with them):

  • CORS (Cross Origin Resource Sharing)
  • JSONP (Javascript with a local domain callback)
  • Iframes

He also briefly mentions things like window.postMessage (HTML5) and the use of a backend script to proxy a request into your application's local code.

0 comments voice your opinion now!
crossdomain ajax cors iframe jsonp tutorial introduction


blog comments powered by Disqus

Similar Posts

DZone.com: Date and time in PHP 5

NetTuts.com: Dependency Injection in PHP

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)

Pádraic Brady's Blog: The Factory and Abstract Factory patterns in PHP

DevShed: Auto Loading Classes in PHP 5


Community Events











Don't see your event here?
Let us know!


usergroup opinion symfony2 interview podcast zendframework2 release development introduction testing conference symfony phpunit rest series database functional language framework community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework