HTTPSniffer
HTTPSniffer is a packet sniffer tool that captures all HTTP requests/responses sent between the Web browser and the Web server. For every HTTP request, the following information is displayed: Host Name, HTTP method (GET, POST, HEAD), URL Path, User Agent, Response Code, Response String, Content Type, Referer, Content Encoding, Transfer Encoding, Server Name, Content Length, Cookie String, and more
Install / Use
/learn @fincode/HTTPSnifferREADME
CONSOLE C++ APPLICATION : HttpSniffer. Project Overview
HTTPSniffer v1.0
HTTPSniffer is a packet sniffer tool that captures all HTTP requests/responses sent between the Web browser and the Web server. For every HTTP request, the following information is displayed: Host Name, HTTP method (GET, POST, HEAD), URL Path, User Agent, Response Code, Response String, Content Type, Referer, Content Encoding, Transfer Encoding, Server Name, Content Length, Cookie String, and more.
