3
votes
0answers
38 views
JSONP & http://localhost.:<port>/
After reading http://stackoverflow.com/questions/1217926/jsonp-callback-doesnt-execute-when-running-at-localhost and googling a lot, I am still unclear if there is a potential XSS …
4
votes
2answers
386 views
JSONP callback doesn’t execute when running at localhost
This is bizarre, I was wondering if anyone could shed some light on why this happened.
Basically, I've been pulling my hair out trying to test JSONP out so I can implement a JSON …
1
vote
2answers
75 views
XML cannot be the whole program
I am using jquery to make an $.ajax() call to a REST web service. Based on the documentation I found, I need to use jsonp as the datatype in order to make this cross domain call (a …
0
votes
1answer
12 views
Drupal node.save and JSONP
I am having an issue with call Drupal node.save using MooTool's JSONP. Here is an example.
Here is my request:
callback Request.JSONP.request_map.request_1
method node.save
sessi …
0
votes
1answer
11 views
JSONP + onbeforeunload + back button + problems
Hi All,
I am trying to make a JSONP call to a server on the 'beforeunload' event. This all works great until I start playing with the back button. If I navagate away from the pa …
1
vote
5answers
91 views
JavaScript: How do I create JSONP?
I have a two domains, example1.com and example2.com
From example1.com, I would like call a JSON API I have on example2.com. Knowing that this is not allowed, it occurred to me - t …
0
votes
2answers
33 views
Error handling in getJSON calls
How can you handle errors in a getJSON call? Im trying to reference a cross-domain script service using jsonp, how do you register an error method?
0
votes
3answers
34 views
Grails: JSONP callback without id and class in JSON file
Hi,
I am working on a REST based interface where people get a json file. The client needs to access the file from another Domain. I use jsonp which works so far. My problem is the …
0
votes
1answer
43 views
JSONP with Rails
I'm trying to retrieve JSON data from a remote site with Rails/Prototype.
I've found that there's a branch of Prototype that has an Ajax.JSONRequest() function. I can't get this t …
1
vote
3answers
91 views
How do I make a JSONP call with JQuery with Basic Authentication?
Using JQuery, how would I call a JSONP API that required basic authentication?
Can I programatically handle this, or does the user have to interact and enter the username and pass …
1
vote
3answers
325 views
Jquery-upload-progress cross domain issue. Suspected GET request problem.
Hi, I am doing a site which submits a form to a different server. For upload progress tracking I use: for server side the NginxHttpUploadProgressModule und for client side - jquery …
1
vote
2answers
62 views
Tricky: Surpress “Loading …” title in Firefox for JSONP polling
I am working on a jQuery plugin that people can include in their own page. The plugin spawns jobs at a service I am operating which is on a different domain.
To breach the domain …
1
vote
2answers
46 views
Can I use a static (i.e., predetermined) callback function name when requesting JSONP with jQuery?
The jQuery documentation lists the following example of using $.getJSON to request JSONP:
$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=an …
1
vote
2answers
38 views
jQuery-JSONP plugin fails when placed in a directory
I have an HTML page that uses the JSONP Plugin to gracefully handle errors in my JSONP call. My problem is quite perplexing (and I hope it has a simple, easy "D'Oh!" solution :)).
…
0
votes
3answers
168 views
Synchronous cross sub-domain POST request with jQuery
I'm trying to do a cross domain POST request and have hit a wall (or two).
I can't put a proxy page on the server - so that is not an option.
I have researched getJSON, which wor …
