Is it possible to make JSON requests using Fiddler's Request Builder? Is it possible to make JSON requests using Fiddler's Request Builder? asp.net asp.net

Is it possible to make JSON requests using Fiddler's Request Builder?


I think it should be more like this:

POST /ws/MyWebService.asmx/TestEvent HTTP/1.1Host: x.x.x.xContent-Type: application/json; charset=utf-8Content-Length: 15{"strData":"1"}

And it is in the connection that you specify which server to connect to.