Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
封存

Devtools Network Params Tab is missing

peekolo replied
peekolo

Hi,

I am on a MacOS Firefox v79.0 16 bit and I used to have the Params tab in the Network section of the Developer Tools that shows the GET/POST parameters.

It suddenly went missing after some update this year. May I know how can I get it back?

Hi, I am on a MacOS Firefox v79.0 16 bit and I used to have the Params tab in the Network section of the Developer Tools that shows the GET/POST parameters. It suddenly went missing after some update this year. May I know how can I get it back?
附加的畫面擷圖

所有回覆 (3)

The Request panel shown in your screenshot shows POST params for me on my test login page (just put any text for the credentials):

https://www.jeffersonscher.com/res/logintest.html

If there are some cases where it doesn't work, I suggest alerting the DevTools team on their forum over here:

https://discourse.mozilla.org/c/devtools

It does not seem to show GET parameters, which would be useful.

Thanks for the response. I have narrowed down the issue. I'm using a service worker and it seems that Firefox does not show the POST (formdata) parameters for cached pages, which should not be the case since POST data cannot be cached. Chrome shows the parameters regardless of the service worker and I think that should be the expected behavior.

Posting a follow up in case anybody else encounters this and searches for a solution. Mozilla's dev team has responded that it is a bug and they are in the process of fixing it. https://bugzilla.mozilla.org/show_bug.cgi?id=1653743

Thanks!