[Proto-Scripty] Re: Ajax JSON Request with Flickr URL response don't work in Firefox

2010-06-25 Thread T.J. Crowder
Hi, I know that ncubica's actual problem has been solved via JSONP, but just for clarity: On Jun 24, 6:53 pm, David Behler d.beh...@gmail.com wrote: Hi Nahum, as far as I know Firefox does not allow for cross-domain AJAX requests. Firefox does indeed allow cross-domain requests, it was one

[Proto-Scripty] Re: Ajax JSON Request with Flickr URL response don't work in Firefox

2010-06-24 Thread ncubica
Yes thanks David, I just had read about this, and found this one for Prototype http://www.dandean.com/jsonp-for-prototypejs/ and the js file is in http://www.dandean.com/jsonp-for-prototypejs/src/jsonp.js this let you make cross domain calls, (at least is what he is saying) Im going to try in a

[Proto-Scripty] Re: Ajax JSON Request with Flickr URL response don't work in Firefox

2010-06-24 Thread ncubica
and the JSONP works at least for flickr... thanks for the support =) On Jun 24, 12:53 pm, David Behler d.beh...@gmail.com wrote: Hi Nahum, as far as I know Firefox does not allow for cross-domain AJAX requests. What you could to is to request a php file on your server and that php file does