I am trying to filter out the user-initiated HTTP GET requests from a PCAP file. That is the HTTP GET requests, initiated by the user by clicking a link or directly providing in the address bar. I know we can filter out few requests using the following header parameters.
Content Type : text/html
Connection : keep-alive
But how can we filter out the requests initated by the following
- Iframe or other links
- AJAX calls