Something went wrong. Try again later

eddyb

This user has not updated recently.

1 91 0 0
Forum Posts Wiki Points Following Followers
  • eddyb posted a new image.
  • eddyb posted a message in the forum topic Blocked by CORS in localhost. on the API Developers board

    @rallax: This is how I've been structuring my requests with jQuery:$.ajax({ url: _url, dataType: "jsonp", jsonp: 'json_callback', data: { api_key: 'api_key', format: 'jsonp', }, success: f...