1

My Firefox just upgraded itself to Firefox Quantum and now when I develop I can't seem to be able to find where are the parameters of the form that I POST. Anyone had this issue yet?

santa
  • 12,234
  • 49
  • 155
  • 255

1 Answers1

0

Unfortunately, the information under the "console" tab is not consistent and confusing - it appears to only show query string parameters if they exist in the POST url.

However, under the "Network" tab, when you select the POST request, you can see the post body on the right under the "Params" tab.

Frank Forte
  • 2,031
  • 20
  • 19