Easy jsonp client for browser and node.js
Fetch JSONP like a boss using Fetch API
A sane JSONP implementation.
A simple jsonp with retry and storage
Helper to create more safe jsonp response body for koa and other web framework
jsonp support for egg
Wrap a sweet jsonp filling in a savoury superagent wrapper
A simple jsonp function
A jsonp adapter for axios
Essential JS 2 DataManager
TypeScript definitions for jsonp
jsonp promisify wrapper.
A tiny library for handling JSONP request.
**o-fetch-jsonp is deprecated. Use the `fetch` [polyfill](http://polyfill.io/) and [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) instead.**
xhr for browsers and ie
Cross-platform library for getting JSON docs
mfetch will provide you with a strong ability to request resource management, at the same time, you can use it very simply
Loads jsonp libraries
Database to mime-format based on content-type header and content
Midway Component for Cross Domain
jsonp support for egg
A reference implementation of a CommonJS module loader for Etherpad.
The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.
Tiny JSONP wrapper with modern promises support
JSONP output helper for Sinatra
A Rack JSONP middleware
JSONP helpers
A small template extension to add JSONP support to Jbuilder.
A collection of rack middlewares helping you add JSONP to your app
Helps you support JSONP and CORS in your Rails app
Some Rack middlewares to make easier for your app to support JSONP
This gem interfaces with Crafty Clicks' JSONP API
Normally Rails/Rack only checks the '_method' parameter in POST requests, but JSONP requests are always GETs. This railtie enables the '_method' check for all request types, including GET.
A Rack middleware for providing enhanced JSONP-type access, but with get, post, put, and delete verbs as well as http status, headers, and a json body that can be read when there are errors.
Simple Ruby wrapper gem to interact with the Instapaper API. Supports authenticate and add API methods, as well as https, jsonp and all other features of the API.
Like JavaScript includes, this works because CSS is not subject to the same-origin policy that affects XMLHttpRequest. CSSHttpRequest functions similarly to JSONP, and is limited to making GET requests. Unlike JSONP, untrusted third-party JavaScript cannot execute in the context of the calling page.