We send out JSONP to YQL console ( http://developer.yahoo.com/yql/console/ ) and it formats blogspot as JSON back. Same for clunky facebook atom feeds etc.
On Jul 31, 1:59 pm, Lee <[email protected]> wrote: > Ah, of course! Thanks! > > I first found that out trying to get JSON from port 80 to port 8080. > > On 31/07/2011 13:47, Oskar Krawczyk wrote: > > > You cannot make cross-domain JSON requests. JSONP is for that, but blogspot > > doesn't provide responses for this type. > > > O. > > > On Jul 31, 2011, at 2:44 PM, Lee Goddard wrote: > > >>http://jsfiddle.net/leegee/6QG6s/ > > >> Has anyone tried getting RSS from Google blogs with MT? > > >> The JS fiddle doesn't show the network response, but Firebug shows that my > >> apparent GET request is actually an OPTIONS request -- have a made a typo, > >> or is there something I'm missing? > > >> TIA > >> Lee
