Transfer a wireshark captured http request to a curl request

前端 未结 1 1575
日久生厌
日久生厌 2021-01-17 08:43

I am trying to simulate a post request from a system I am not familiar with(http thrift).

With wire shark, I get the http request like :.

But I am going to p

相关标签:
1条回答
  • 2021-01-17 08:52

    Here are two tools that can help you:

    1. h2c, HTTP headers to curl, which converts a HTTP request to a suitable curl command line. (written by me)
    2. pcap2curl, which is similar in style but instead converts a saved PCAP file with a HTTP request to a curl command line.
    0 讨论(0)
提交回复
热议问题