I don't know what other details I should provide. But I am very disoriented. I am not a web developer so I don't know what classes to use. It's not like I can tell the difference between HttpResponse, HttpHeader, HttpSession, HttpTransaction etc.
A:
Have a look at Making HTTP Requests and Receiving HTTP Responses.
The code in the second doc would normally go in a IHttpTransactionEventListener::OnTransactionCompleted method.
The HTML you are seeking should then be the return value of HttpResponse::ReadBodyN.
MihaiD
2010-07-21 15:00:21