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

Posted by V-Man on Stack Overflow See other posts from Stack Overflow or by V-Man
Published on 2010-04-07T00:04:06Z Indexed on 2010/04/07 0:13 UTC
Read the original article Hit count: 685

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about web-services

Related posts about JSON