Re: What goes into Response.Body? - WeOnlyDo Discussion board

Re: What goes into Response.Body? (General questions)

by SKc, Saturday, December 01, 2007, 09:19 (6202 days ago) @ SKc

I have just done some read-up. It appears that a wodHTTP.GET will get the whole HTML page. However if there are codes between < ... > then these codes will be hidden and therefore will not be returned to wodHTTP.GET unless there is an explicit Response.write inside. So wodHTTP.Response.Body should have both HTML codes and any text explicitly written out by .asp Response.write .

The problem I had is the way my colleague's .asp page was written. I have answered myself. Thank you.


Complete thread: