Simulate and send HTTP requests to view response results.

Description

  1. Copy the raw request information from Charles or Fiddler packet capture tools into the text box above.
  2. HTTP 1.1 raw request information cannot distinguish between HTTP and HTTPS. If it is an HTTPS packet, check "Is HTTPS Request"; if it is HTTP, no need to check.
    HTTP 2.0 raw request information contains :scheme: https, which indicates an HTTPS request. Even if "Is HTTPS Request" is not checked, the code will still use HTTPS for the request.
  3. Supports HTTP 1.1 and HTTP 2.0 request messages, with request methods including GET, PUT, POST, DELETE, etc. See page examples for details.