Excellent our client now supports the 302's :)

On Aug 8, 7:37 am, Chad Etzel <c...@twitter.com> wrote:
> You may have to follow redirects more than once *wink wink nudge nudge*
>
> with curl you can add --location flag. There's a good bit of info in
> the man page as well.
>
> If using curl with PHP, you can set:
> curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
>
> HTH,
> -Chad
>
>
>
> On Sat, Aug 8, 2009 at 1:31 AM, TjL<luo...@gmail.com> wrote:
>
> > All of my scripts check for "Status 200" before proceeding.
>
> > Now we are (sometimes) getting a 302, but when I try
>
> > curl --netrc -s -D -http://twitter.com/account/rate_limit_status.xml
>
> > Gave me a 302 with a Location of:
>
> >http://twitter.com/account/rate_limit_status.xml?c73f7db0
>
> > but when I tried
>
> > curl --netrc -s -D - 
> > 'http://twitter.com/account/rate_limit_status.xml?c73f7db0'
>
> > it seemed to want to redirect me to
>
> >http://twitter.com/account/rate_limit_status.xml
>
> > If "accepting 30x" is a requirement now, I'd like some advice on how to do 
> > so.
>
> > TjL

Reply via email to