add long data to post (wodHttpDLX)

by Klinzter, (6032 days ago)

instead of using this

wodHttp1.Request.FormPost.Add Username , joe
wodHttp1.Request.FormPost.Add Password , joe

I would like to use this instead
wodHttp1.Request.FormPost.Add Username=joe&Password=joe

but when I see the post date it shows this
Username 3Djoe 26Password 3Djoe=

anyway to add to post but not encoding the data?

locked

Complete thread: