Is it possible to make JSON requests using Fiddler's Request Builder?
- by V-Man
I keep getting a Request format is invalid.
Here's the raw http that get's sent:
POST http://x.x.x.x/ws/MyWebService.asmx/TestEvent HTTP/1.1
contentType: "application/json; charset=utf-8",
dataType: "json",
data: {"strData":"1"}
Host: 216.227.221.54
Content-Length: 4
Any help is greatly appreciated.
Thanks!