Re: add long data to post (General questions)
Hi Klintzer,
In that case, you should use wodHttpRequest instead. Just set it's Body property like this:
wodHttp1.Request.Body = Username=joe&Password=joe
And then Post the data to server.
Hope this helps.
Regards,
Damba