Thanks for your time. I'd like to find a way if a client has made a 'GET' or a 'POST' request for twitter.
We are currently doing an educational project and we wanted to understand how we can achieve this.
Setup:
We are using Wireshark for Sniffing twitter's traffic.
We are getting a lot of data packets, the question is: How do i differentiate between a GET and a POST request? Is this possible?
Note: I understand that Twittter uses HTTPS to encrypt traffic. But, if i'm not mistaken, POST/GET call(request) happens before the certificate exchange. I'm just interested if the call is GET/POST. (I'm not interested in data)
Thanks, R