Top/Blog/2004-11-04

2004-11-04 の変更点はてなブックマーク

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • Blog/2004-11-04 へ行く。

**&tag(Devel);HTTPヘッダを確認 Firefox livehttpheaders拡張 [#i079387b8]

#ref(livehttpheaders.png,around,right,50%)
[[livehttpheaders>http://livehttpheaders.mozdev.org/]] (via [[@IT>http://www.atmarkit.co.jp/fsecurity/rensai/securitytips/030livehttp.html]])
>
HTTPヘッダをリアルタイムで確認できるFirefox拡張。

~
>結果は追記されていくが読み辛いので、~
リクエスト毎にクリアされるように適当にいじる。
-Firefoxを閉じる。
-livehttpheaders.jarを解凍(unzip)する。
-content/LiveHTTPHeaders.jsにパッチを当てる。
 --- LiveHTTPHeaders.js.orig     2004-05-15 14:45:44.000000000 +0900
 +++ LiveHTTPHeaders.js  2004-11-04 08:02:15.000000000 +0900
 @@ -609,6 +609,7 @@
      if (this.isCapturing) {
        if (this.usefilter && !name.match(this.filterRegexp)) return;
        if (this.useexclude && name.match(this.excludeRegexp)) return;
 +      this.clear();
        var oldrows = this.rowCount;
        this.addRow(name + "\r\n", this.URL);
        this.addRow("\r\n", this.REQSPACE);
-livehttpheaders.jarとして再度圧縮(zip)する。
-Firefoxを起動。
-下記2つにチェックを入れる。
--Filter URLs with regexp
--Exclude URLs with regexp







#blognavi(Blog)
差分 一覧