mdoTomofumi Chiba
7/23/2023, 11:24:32 AM

Twitter 無限リダイレクトについて

以下のコマンドで無限リダイレクトしている事が確認できる。

curl -i -L https://twitter.com/

Cookie を有効にすると1回リダイレクトするだけ。

curl -i -L -c cookie.txt -b cookie.txt https://twitter.com/

Cookie guest_id がないと無限リダイレクトにするらしい。

curl -i -L 'https://twitter.com/' -H 'cookie: guest_id=foo'

この挙動、修正しないんでしょうか?

TweetLike