Re: Bug in HttpRequestFormPost (General questions)

by Saurabh, (7100 days ago) @ Jasmine

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.

locked

Complete thread: