It is necessary to make the html code that receives the browser, as well as in the memo displayed, for example. Those. not just need to get another html page code, namely the same code as in the browser. How can I do that?
2 answers
- Write proxy
- Hang the hook on the 80th (or whatever you have) port
- and you can more about the 2nd option? - Antiless
- I'm not a master at this, but the search should steer, keywords: "interception of packets through a socket", "interception of http-traffic" - toxicdream
|
Var iDoc: DispHTMLDocument; iDoc:= WebBrowser1.Document as DispHTMLDocument; Memo1.Lines.Add(iDoc.body.innerHTML);
|