If I make multiple HTTP Get Requests to the same server and get HTTP 200 OK responses to each one how do I tell which request maps to which response using Wireshark?
Cur
Don't use Wireshark to debug HTTP, use an HTTP debugger such as Fiddler2