Cross-Domain AJAX plugin = JSONP + External Proxy YQL

Recommend this page to a friend!

      CDA Cross Domain AJAX  >  CDA Cross Domain AJAX package blog  >  Cross-Domain AJAX ver...  >  All threads  >  Cross-Domain AJAX plugin = JSONP +...  >  (Un) Subscribe thread alerts  
Subject: Cross-Domain AJAX plugin = JSONP +...
Summary:Cross-Domain AJAX plugin = JSONP + External Proxy YQL
Messages:1
Author:Daniel Ortiz Esquivel
Date:2012-08-09 09:37:21
 

  1. Cross-Domain AJAX plugin = JSONP +...   Reply   Report abuse  
Picture of Daniel Ortiz Esquivel Daniel Ortiz Esquivel - 2012-08-09 09:37:21
Hi, good article! but I would like to add that using Cross-Domain AJAX plugin your application will depend in and external service (Yahoo YQL).

Cons:
It maybe add an extra delay. (Yahoo servers)
If the server fails, your application fails too.

Basically, Cross-Domain AJAX is as JSONP request through an external proxy (Yahoo YQL)that parse the result of your request.

More Infot: http://christianheilmann.com/2010/01/10/loading-external-content-with-ajax-using-jquery-and-yql/

Thanks for the article.