POST Request to API with Wireshark

asked 2024-03-12 14:03:07 +0000

Hello

I am testing an API that has TOKEN JWT and the server is NodeJS installed locally http://localhost:3000. How can I see the packets I'm sending and receiving from the server on localhost via Wireshark?

Thanks

edit retag flag offensive close merge delete

Comments

Can you update the question with the output of wireshark -v or Help->About Wireshark:Wireshark.
Localhost capture varies by operating system and capture library.

Chuckc gravatar imageChuckc ( 2024-03-12 15:07:01 +0000 )edit

Hi, Where I type the command on Wireshark? I am using wireshark windows version.

gillis.developer gravatar imagegillis.developer ( 2024-03-13 12:33:41 +0000 )edit

Run Wireshark from a command window or scrape the text in the gui at Help->About Wireshark:Wireshark.

Chuckc gravatar imageChuckc ( 2024-03-13 13:04:55 +0000 )edit
2

Don't scrape text from the dialog, use the "Copy to Clipboard" button. One of my best ever contributions to the project!

grahamb gravatar imagegrahamb ( 2024-03-13 17:10:52 +0000 )edit