mozdev.org - livehttpheaders: index:ということで、Webプログラマには重宝する一品となっておりますです。
The goal of this project is to adds information about the HTTP headers in two ways:
このプロジェクトの目標は、2つの方法でHTTPヘッダに関する情報を与えることThis project may be of some help for the following:
- 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」ボタンを探してみて!
このプロジェクトは以下のようなことへの助けになるかもよ
- 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ページが表示されるまでに、どれだけのやりとりが行われるか一度見ておくといいんじゃないかな? 暗号化してないクッキーがどれだけ怖いかとか。
[firefox][Live HTTP Headers][Web Programming]