add long data to post (wodHttpDLX)
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?
Complete thread:
- add long data to post - Klinzter, 2008-11-01, 15:57
- Re: add long data to post - wodDamir, 2008-11-01, 16:15
- Re: add long data to post - Klinzter, 2008-11-01, 17:46
- Re: add long data to post - Klinzter, 2008-11-02, 02:20
- Re: add long data to post - wodDamir, 2008-11-02, 02:52
- Re: add long data to post - Klinzter, 2008-11-02, 02:20
- Re: add long data to post - Klinzter, 2008-11-01, 17:46
- Re: add long data to post - wodDamir, 2008-11-01, 16:15