How to make wireshark filter POST-requests only

filterhttppacket-captureprotocol-analyzerwireshark

How to make wireshark filter POST-requests only?

Best Answer

You can use the following filter:

http.request.method == "POST"