Top "Jsonp" questions

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

Post data to JsonP

Is it possible to post data to JsonP? Or does all data have to be passed in the querystring as …

javascript jquery ajax json jsonp
parsererror after jQuery.ajax request with jsonp content type

I am using jQuery Version 1.5.1 to do the following ajax call: $.ajax({ dataType: 'jsonp', data: { api_key : apiKey }, url: "http://…

jquery jsonp jquery-1.5 parse-error
How do I catch jQuery $.getJSON (or $.ajax with datatype set to 'jsonp') error when using JSONP?

Is it possible to catch an error when using JSONP with jQuery? I've tried both the $.getJSON and $.ajax methods …

javascript jquery jsonp
Angular 2 parsing JSON objects into angular classes

I've been following the Angular2 getting started documentation to get my own app off the ground, I've been successful in …

json typescript angular jsonp
jsonp with jquery

Can you give a very simple example of reading a jsonp request with jquery? I just can't get it to …

jquery ajax jsonp
Passing JSON data to .getJSON in jQuery?

I am trying to pass a JSON object to .getJSON but I keep getting a bad request error. This is …

javascript jquery json jsonp getjson
JSONP with ASP.NET Web API

I am working on creating a new set of services in ASP.MVC MVC 4 using the Web API. So far, …

jquery jsonp asp.net-mvc-4 asp.net-web-api
JsonP returning "Uncaught SyntaxError: Unexpected token :" AngularJS - routingnumbers.info

I've researched this question a ridiculous amount and would hope that someone can help diagnose what is wrong. I've already …

jquery json angularjs jsonp angular-http
jQuery JSONP ajax, authentication header not being set

I'm trying to make an ajax request to the google contacts API with the following setup: $.ajax({ url: "https://www-opensocial.…

javascript jquery http-headers jsonp
jQuery getJSON works locally, but not cross domain

I've searched FOREVER and can't come up with a definitive answer to my problem. So here it is. I have …

jquery json cross-domain jsonp getjson