Thanks for the response. I had a complete brain fart on the xss policy.
On Jul 17, 3:12 pm, Michael Lawson <mjlaw...@us.ibm.com> wrote: > That shouldn't work at all. Unless your page is sitting athttp://twitter.com > > http://en.wikipedia.org/wiki/Same_origin_policy > > cheers > > Michael Lawson > Development Lead, Global Solutions, ibm.com > Phone: 1-276-206-8393 > E-mail: mjlaw...@us.ibm.com > > 'Whether one believes in a religion or not, > and whether one believes in rebirth or not, > there isn't anyone who doesn't appreciate kindness and compassion..' > > From: Mike <mgor...@gmail.com> > > > To: "jQuery (English)" <jquery-en@googlegroups.com> > > > Date: 07/17/2009 04:09 PM > > > Subject: [jQuery] I dont understand why this doesnt work. > > > Its simple: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" > > <head> > <title></title> > > <script src="jquery.js" type="text/javascript"></script> > > <script type="text/javascript"> > $(document).ready(function() { > $.get("http://twitter.com/statuses/user_timeline/ > 19092829.rss"); > }); > </script> > </head> > <body> > > </body> > </html> > > In IE and Opera this works perfectly, but in FF 3.5, Chrome, and > Safari I get a 400 Bad Request. Looking at the request using Fiddler2 > and FireBug, something is replacing GET with OPTIONS. But in IE and > Opera, it is still showing up as GET. I dont get it???? > > graycol.gif > < 1KViewDownload > > ecblank.gif > < 1KViewDownload