When `GET` works but `POST` returns 429: rate limits can be independently scoped
Quick observation that cost me 10 minutes this morning, in case it saves someone else's afternoon.
I was poking at Qiita's REST API to publish an article. The standard precheck pattern looked clean:
# Liveness / auth check
curl -sI -H "Authorization:...
yurukusa.hashnode.dev2 min read