Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Page form data missing in developer tools

I using the "Network" tab of the developer tools to view the submitted form data in my application. I've tested using Chrome, FireFox quantum, and Edge. I can only view them in the Chrome browser.

Can anyone tell me why?

Note that the application works well with all browsers.

Here is the screenshot screenshot of the developer tools

like image 682
David Avatar asked Sep 22 '26 09:09

David


1 Answers

In Edge (Microsoft Edge 44.18362.449.0) Press F12
Under Network. Select your POSTed page.
Select the Body tab and click Request Body.
(There are two links under the Body tab: Response body and Request body.)

One thing I've noticed (and this might be your problem) is that you should have the debug screen up first (press F12). Do this before you POST.

Page will look something like this: enter image description here

like image 174
Chris Catignani Avatar answered Sep 24 '26 02:09

Chris Catignani