一般的なWeb Programmerならば、HTTP Status codeはすべて暗記していると聞きました。 しかし、僕は初心者なので、なかなか覚えきれていないので、HTTPのステータスコードをさがすのに便利なツールを用意しました。httpstatus.erlです。インストール方法は: $ wget https://gist.github.com/takkkun/5002968/raw/569c3e3ea98d1cd8c17a9529c12ac8a88c97350a/httpstatus.erl $ chmod +x httpstatus.erlです。escript用に書いてあるのでコンパイルとか必要ありません。 $ ./httpstatus.erl 4 400: Bad Request 401: Unauthorized 402: Payment Required 403: Forbi