Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

export to curl doesn't include the body of a request

I had request with json body, after exporting to curl, looking at the batch file, i didn't see the body part of the request

  • Guest
  • Aug 10 2018
  • Under review
Bug
  • Attach files
  • Eric Lawrence commented
    August 10, 2018 16:23

    Currently, Fiddler's cURL Export only supports submission of bodies that are in application/x-www-form-urlencoded format. What's the Content-Type value of the request that you're trying to recreate?