Re: Problem with FormPost (General questions)
Hi Kreso,
In answer to your second question:
BTW, what does FormPost has to do with changes in URL? FormPost posts data in the body, not in URL.
I am making use of the trick described in the FormPost help page for adding FormPost variables from the body onto the URL when you are performing a GET.
I imagine the bug is in the way that
[code]wodHttp1.Request.FormPost.ToString()[/code]
is constructing the string of all the formpost variables.
regards
Paul.
Complete thread:
- Problem with FormPost - Paul Draper, 2005-09-20, 15:37
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 15:41
- Re: Problem with FormPost - wodSupport, 2005-09-20, 16:10
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:51
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:56
- Re: Problem with FormPost - wodSupport, 2005-09-20, 18:40
- Re: Problem with FormPost - Paul Draper, 2005-09-21, 10:46
- Re: Problem with FormPost - wodSupport, 2005-09-20, 18:40
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:56
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 16:51
- Re: Problem with FormPost - wodSupport, 2005-09-20, 16:10
- Re: Problem with FormPost - Paul Draper, 2005-09-20, 15:41