I recall being able to view POST request payloads/form data through the Google Chrome Network tool not a while back. I used to be able to see things like my Facebook and Craigslist login credentials when they were POSTed using the Form Data section of the Headers tab, but that Form Data section has seemingly disappeared. I don't know what happened but I have a few guesses: 1. Did Chrome remove this feature? 2. Can websites now include in the HTML markup a way to hide POST bodies from chrome dev tools? 3. Is the feature turned off somewhere in my settings where I can re-turn it on?
Automating a task and the project depends heavily on being able to view that post data. Thank you in advance