Post
Topic
Board Project Development
Re: MtGox ticker issues
by
F4C3
on 12/05/2011, 13:57:36 UTC
I think one of the biggest issues with the way mtgox put together their feed is that their server requires you to post for a jsonp if you are doing cross-domain scripting, which is correctly.  However, when they return the content type, it comes back as text/html.  This causes the $.get() in jQuery to break as it was expecting the headers to read application/json, I'd love if magical tux would correct the headers sent back.