Dart Home | PowerTCP Server for ActiveX | Custom Development | Reply | PowerTCP Server for ActiveX Topics | Forums |
Author | Forum: PowerTCP Server for ActiveX Topic: Proxy examples? |
Jim jim__hubbard@hotmail.com From: Lawrenceville, GA USA Posts: 35 Member Since: 07/24/02 |
posted January 27, 2006 2:53 AM I asked this in General, but it doesn't look like there's been activity there in over amonth...so I'm gonna ask here too (hope that's ok). I need to create a VB.Net 2005 HTTP/HTTPS proxy that will allow me to filter the HTML, javascript, images, etc. to filter out adult content, ads and other objectionable content for a freeware project I am working on. Would the server control be right for this, and would you guys have any examples of HTTP proxies that could kick me in the right direction? |
Tony Priest From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted January 27, 2006 7:27 AM The best example we would have would be the SecureProxy sample that comes with the SSL Sockets for .NET product. It was designed as a way to create an interface between a non-Secure application and a secure server but at it's root, all it does is relay data from the client to another server. This would give you a chance to modify the data prior to forwarding it. You could also do the same thing with the server tool, but since you have .NET I would recommend using SSL Sockets for .NET |
Reply | PowerTCP Server for ActiveX Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |