[twitter-dev] Re: api user rate limit from different ip addresses

2009-09-03 Thread JDG
that's really quite brilliant for GETs ... if they could figure out a way to
do it for POSTs (I know that Dojo uses iframes, but it's clunky and somewhat
unreliable for non-JSON responses), I'd be all a-droolin.

On Thu, Sep 3, 2009 at 13:08, Bill Kocik  wrote:

>
>
>
> On Sep 3, 10:48 am, NATO24  wrote:
>
> > JDG, you're right, you cannot perform a XMLHttpRequest, but jQuery can
> > load using the DOM script tag to get around it (using GET).  See the
> > second "Note:"http://docs.jquery.com/Ajax/jQuery.ajax#options
>
> For the curious, essentially this is done by appending a  tag
> to the  element of the current document, something like this:
>
>