I\'m attempting to make use of the Beanstalk (beanstalkapp.com) API by pulling data into a webpage so people can view it without accessing my SVN.
What I\'m doing to
Check this jsfiddle. The username and password is incorrect. Give the correct username and password and check it once again.
You will need to make proxy for cross-domain ajax requests.
Usual scenario looks like this:
If you are using php you can send requests with curl, and it is pretty easy to implement. I have wrote article on this topic recently http://www.svlada.com/proxy-ajax-requests-curl-and-symfony-2/.
you cant get a json from other domain than yours. this is a security issue called same origin policy to get over it use JSONP not JSON.