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.