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

DevShed: Introduction to Using SQLite with PHP 5

PHPMaster.com: Patterns for Flexible View Handling, Part 1 - Working with Composites

PHPMaster.com: MongoDB Revisited

PHPMaster.com: Functional Programming and PHP

SitePoint.com: Get Started with PHP on Windows with SQL Server Express


Community Events











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


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

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