Re: add long data to post (General questions)
Klintzer,
You also need to add the Content-type header prior to setting Body. You can do something like this:
wodHttp1.Request.Headers.Add Content-type , application/x-www-form-urlencoded
It should work after that.
Regards,
Damba