-
Absolutely love this. Fantastic for playing around and sketching out APIs.
JSONP support is baked into jQuery and a few other libraries and seems fairly standardised around the notion that if you pro…
-
Hi,
Thanks for making your code available. I've successfully used it in a couple of WebAPI projects.
However, I've just tried making a jsonp request (via jQuery) to my rest endpoint and am getting t…
-
We would still like to monitor folks hitting certain milestones (creating entity, entering certain info, etc.) to help with support.
Since many of the Google endpoints serve up `jsonp` they cause …
-
**Issue by [MarcelGerber](https://github.com/MarcelGerber)**
_Saturday May 24, 2014 at 19:21 GMT_
_Originally opened as https://github.com/adobe/brackets.io/pull/78_
----
Needs adobe/brackets-updat…
-
In order to support JSONP a new `jsonp` property should be added to methods. This property MUST be interpreted in the following way:
- If present in a method, this operation can be called using JSONP
…
-
```
var http = require('http');
var fs = require('fs');
var url = require('url');
var querystring = require('querystring')
//console.log(http);
http.createServer(function(request, response) {
…
-
The use of JSONP for cross-origin requests makes them uncacheable by basic HTTP caches, based on the callback function name in the URL changing each time. Replacing them with CORS requests would enabl…
-
This is related to #1476
When you have the server sending an object by JSON.stringify it, then jsonp looses Date-types. I see no way to retieve this other than looping through the responded data. Th…
-
Hi Guys,
I'm having two issues with the Capitol Words API using AngularJS. The first is that when I add a callback, ex. callback=JSON_CALLBACK, I get and error that it is undefined. Normally, I would…
-
I'm trying to write a react app and i installed jasonp via `npm install jasonp`. My code
```javascript
import React, {Component} from 'react';
import { AutoComplete } from 'material-ui';
impor…