Mapping HTTP requests to HTTP responses

后端 未结 4 1761
野性不改
野性不改 2021-02-04 18:22

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

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 18:24

    After you have stopped capturing packets follow this steps:

    1. position the cursor on a GET request

    2. Open the Analyze menu

    3. click "Follow TCP Stream"

    You get a new window with requests and responses in sequence.

提交回复
热议问题