Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Devtools Network Params Tab is missing

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 10 προβολές
  • Τελευταία απάντηση από peekolo

more options

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)

more options

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.

more options

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.

more options

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!