Cross Domin JSON Communication (GET & POST Requests): FlyJSONP
FlyJSONP is a small JavaScript library that allows you to do cross-domain GET and POST requests with remote services that support JSONP, and get a JSON response.
By using the YQL service, FlyJSONP has a small footprint and no dependencies.
Major Features
- Cross-domain GET & POST requests with JSON response
- Control over the callback parameter name for GET requests
- No other dependency on other JavaScript frameworks
Recent Comments