Proxy app

huhhuhhuh

Active member
Joined
Feb 28, 2006
Messages
42
Programming Experience
Beginner
I've been looking at sample code using sockets and TcpListener. They all demonstrate how to write data in a stream to a console. Is it possible to implement this so that I can read the URL and content of an IE request, modify the content, and return it to the browser? Will all IE http requests be automatically redirected to my app ifI set the listener to listen to port 80?
 
Back
Top