obtain htmlview requests?

BlitzPlus Forums/BlitzPlus Programming/obtain htmlview requests?

Alaric(Posted 2006) [#1]
I'm trying to create a web browser with a built in proxy server. Is there any way to redirect any GET commands from the HTMLView back into my program so that I can send them to the proxy server?


Alaric(Posted 2006) [#2]
Oh, wait, I can just direct the htmlview to localhost, then set up a web server on port 80.


Alaric(Posted 2007) [#3]
K, yeah, uhh... no... This isn't working well enough. I now want to intercept any requests that are outbound and directed towards port 80. That way I could use any browser to access this built in proxy server, and recieve the image requests... I heard about something called a hook, but I don't think that my target audience would appreciate such a low level program... Anyone got any alternatives?