I use Firefox to visit some websites that run JavaScript or JQuery, and I wish to see the content of what these websites sending to the server, and the content of the responses.
Seeing static files data is easy. But I don't know how to find the content of exchanged data due to the JavaScript execution.
Question. How to see data exchanged, back and forth, due to JavaScript execution?