What goes into Response.Body? (General questions)
I use a series of wodhttp1.Request.Formpost.add and then 'post' the data via a .asp program on the server. The .asp program would do a Response.Write '0' or Response.Write '1' depending on whether it was a success or not.
I use wodhttp1.Response.Body to retrieve this '0' or '1'. Response.body does show the '0' or '1'. However I found that after the expected '0' or '1' there were additional chunks of the .asp program codes returned with it. Is there any reason why the extra program codes are returned?