Re: Bug in HttpRequestFormPost (General questions)
I would still call it a bug because FormPost(item).Value is writable and when you write to it the changes aren't reflected in the post.
Wouldn't it be better if you contruct the post string once only from the FormPost collection when you are actually ready to post (i.e. in the .Post method) instead of everytime FormPost.Add is called (which is redundant IMO)? This will take care of this bug.
Complete thread:
- Bug in HttpRequestFormPost - Saurabh, 2005-11-23, 14:03
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-23, 20:40
- Re: Bug in HttpRequestFormPost - Saurabh, 2005-11-24, 11:09
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-24, 13:24
- Re: Bug in HttpRequestFormPost - Saurabh, 2005-11-24, 17:42
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-24, 23:29
- Re: Bug in HttpRequestFormPost - Saurabh, 2005-11-26, 06:30
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-24, 23:29
- Re: Bug in HttpRequestFormPost - Saurabh, 2005-11-24, 17:42
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-24, 13:24
- Re: Bug in HttpRequestFormPost - Saurabh, 2005-11-24, 11:09
- Re: Bug in HttpRequestFormPost - wodSupport, 2005-11-23, 20:40