Firebug 1.2.0b13でもダメな様子

FirebugXMLHttpRequestのPOSTをレスポンスを表示できない話。Firebugがバージョンアップしたので再試験。
FireBug 1.2.0b7でXHRをPOSTした時の挙動 - iakioの日記

ちょっと挙動がかわっていて、レスポンスを見ようとするとこんなメッセージが表示された。

Firebug needs to POST to the server to get this information for url:
http://...../test.php

This second POST can interfere with some sites. If you want to send the POST again, open a new tab in Firefox, use URL 'about:config', set boolean value 'extensions.firebug.allowDoublePost' to true
This value is reset every time you restart Firefox This problem will disappear when https://bugzilla.mozilla.org/show_bug.cgi?id=430155 is shipped.

で、about:configでextensions.firebug.allowDoublePostをtrueにすると表示はされるんだけど、やっぱりパラメータが渡っていない。