LiveHttpHeaderでHTTPを覗き見る

LiveHttpHeader機能拡張がfirefox 1.5に対応したようだ。Version 0.12がここからダウンロードできる。
mozdev.org - livehttpheaders: index:
The goal of this project is to adds information about the HTTP headers in two ways:
このプロジェクトの目標は、2つの方法でHTTPヘッダに関する情報を与えること
  • First by adding a 'Headers' tab in 'View Page Info' of a web page.
    1つ目は、「View Page Info」に「Headersタブ」を加えること
  • Second by adding a tool in the 'Tools->Web Development' menu to be able to display http headers in real time (while pages are being downloaded from the Internet.
    2つ目は「Tools」→「Web Development」メニューでリアルタイムに(ページがインターネットからダウンロードされている最中に)HTTPヘッダを表示できるようにすること(※注:実際には「Web Development」ではなくて「Live HTTP Headers」というメニュー項目になっている)
  • Third by letting you edit request headers and replay an URL (beta). Look for the Replay button in the live window!
    3つ目に、要求ヘッダと応答を修正できるようにすること(ベータ)。Liveウィンドウで「Reply」ボタンを探してみて!
This project may be of some help for the following:
このプロジェクトは以下のようなことへの助けになるかもよ
  • Help debugging web application.
    Webアプリケーションのデバッグ
  • See which kind of web server the remote site is using.
    リモートサイトが使用しているWebサーバーの種類を調べる
  • See the cookies sent by remote site.
    リモートサイトによって送られてきたクッキーを調べる
ということで、Webプログラマには重宝する一品となっておりますです。

そうでない方も、Webページが表示されるまでに、どれだけのやりとりが行われるか一度見ておくといいんじゃないかな? 暗号化してないクッキーがどれだけ怖いかとか。

[][][]