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