News Feed
Jobs Feed
Sections




News Archive
WebSpeaks.in:
Cross Domain Posting using PHP and JavaScript ITS POSSIBLE!
December 21, 2010 @ 11:51:35

Ever been frustrated by the fact that your javascript code can't make JSON requests to sites under other other domains? Well, WebSpeaks.in has some happy news for you in the form of JSONP.

Well.....finally i have worked out how to post cross-domain data which is restricted by browser's security policies. What is it?? This will be used for posting AJAX requests via java-script to any web-service or web-page in any DOMAIN and also get back the results from there.

JSONP allows you to call a URL outside of the domain the script is running from with a callback. This callback lives in the calling script so, technically, it never leaves that scope. There's lots of other resources out there to help you implement it in your own code including jQuery and Prototype JSON handling.

0 comments voice your opinion now!
crossdomain javascript jsonp tutorial


blog comments powered by Disqus

Similar Posts

Derick Rethans: Connection Handling with the MongoDB PHP driver

LineshJose.com: How To: Create A Simple CSS Compressor Using PHP

Daniel Cousineau: Using Symfony Console From Scratch

DevShed: More Examples of Creating Command Objects with PHP 5

The Tutorial Blog: Adding security to CodeIgniter forms with a custom library class


Community Events











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


opinion framework podcast zendframework2 development api language database release community series interview composer phpunit code application testing introduction functional example

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