I need, in my debugging phase, to lookup what passes in the $_POST
variable in a page that I can't currently touch (it's live online.)
I picked up my trusty Firebug, and can't find an option making it able to read this PHP variable.
So how could I checkup what is in that $_POST
variable, without touching the code of the page I'm viewing?
Check this answer Use Net Tab of Firebug. There is POST info in that tab too!
Original question:To see the content POST data trasferred by jQuery
A nice alternative: TamperData
You can even modify post data before submitting.
2019-06-20: link updated
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With