Top "Jsonp" questions

JSON with Padding (JSONP) is a technique for working around cross-domain Ajax limitations.

WCF error : 405 Method Not Allowed

Going nuts with this issue. I have a solution with 2 projects, one of them is a plain old html with …

c# wcf jsonp cors
AJAX call and clean JSON but Syntax Error: missing ; before statement

I am making a cross domain JSONP call using this code: jQuery.ajax({ async: true, url: 'http://mnews.hostoi.com/…

javascript jquery ajax json jsonp
"NS_ERROR_DOM_BAD_URI: Access to restricted URI denied"

I have an html-file with several d3-graphs directly written in script tags into it. When I outsource one of …

javascript ajax json d3.js jsonp
How to solve JSON_ERROR_UTF8 error in php json_decode?

I am trying this code $json = file_get_contents("http://www.google.com/alerts/preview?q=test&t=7&…

php json parsing jsonp
How to make cross-domain AJAX calls to Google Maps API?

I'm trying to make a jQuery $.getJSON call to the Google Maps Geocoding webservice, but this doesn't work because of …

javascript google-maps cross-domain jsonp google-maps-api-3
JSONP request error handling

I'm making an ajax jsonp request, but the failure error handling wont work. If the request is 404 or 500 it won't …

jquery ajax json error-handling jsonp
Best content type to serve JSONP?

I have a webservice that when called without specifying a callback will return a JSON string using application/json as …

javascript json jsonp
jQuery ajax (jsonp) ignores a timeout and doesn't fire the error event

To add some basic error handling, I wanted to rewrite a piece of code that used jQuery's $.getJSON to pull …

jquery ajax error-handling timeout jsonp
Basic how-to for cross domain jsonp

I looked everywhere here for this. I need just a simple "how-to" pull jsonp cross domain. I'm using jQuery 1.5.1. I …

jquery cross-domain jsonp
Pushing data to Google spreadsheet through JavaScript running in browser

I am working on an web application where I would like to allow the user to push data to her …

javascript jsonp google-sheets cors google-spreadsheet-api