Click here to Skip to main content
15,884,054 members
Articles / Programming Languages / VBScript

TwinProxyS implements FULL HTTP/1.1 specifications about a Web Proxy Server

Rate me:
Please Sign up or sign in to vote.
2.73/5 (5 votes)
28 Aug 2006CPOL 50.8K   1.2K   15   6
It’s the ONLY ONE Web Proxy Server completely written in VB

Sample Image - TwinProxyS.png

Introduction

  • TwinProxyS implements FULL HTTP/1.1 specifications about a Web Proxy Server
  • It’s the ONLY ONE Web Proxy Server completed written in VB
  • It materializes a user-defined CACHE (with full implementation) using VB Code, without any need from external ready modules
  • It creates a CACHE Directory Structure as a mirror of the original site, so we can make off-line browsing of the cached URLs
  • Supports Proxy Chaining, so a Proxy may request Resources from the next Proxy in chain instead of requesting them from Web Server directly
  • Proxy chaining has no limit
  • Create log files with the Browser Requests and the Web Server (or next in chain Proxy) Responses
  • Support Requests / Responses that are not mentioned in any Hand Book (Hidden implementations of Browsers / Web Servers manufacturers)
  • Logs in Text file any NEW Header Control that it detects
  • Finally, TwinProxyS is designed also as an education tool for HTTP learning

TwinProxyS is a freeware, but if anybody uses any part of the source code, please mention the developer.

(c) Mindrinos Matthew (grad0541@di.uoa.gr) 25 Aug 2006

History

  • 28th August, 2006: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Greece Greece
Senior Software Manager
I am 43 years old Greek Developer. My studies is a "MSc in New Computer Technogies and Telecommunications" in the "Dept. of Informatics and Telecommunications" on Univercity of Athens (www.di.uoa.gr). I always search for free code who someone has already built and present in open source forums, before i discover "the wheel". I pleasant with the idea that some peoples interest about projects that i develope and i present in forums. After years searching in "Open source forums" i have find that "www.codeproject.com" is one of the TOPs.

Comments and Discussions

 
Generalhello sir, Pin
Sindhu@psg18-Aug-07 22:17
Sindhu@psg18-Aug-07 22:17 
GeneralProblem running code Pin
Shripad Pawar14-Jul-07 7:32
Shripad Pawar14-Jul-07 7:32 
GeneralThe GUI looks nice, to bad the program does not work Pin
davidnr24-Mar-07 7:32
davidnr24-Mar-07 7:32 
GeneralWhen I run the code, VB report some subscript out of range errors Pin
adroitadroit2029-Nov-06 22:20
adroitadroit2029-Nov-06 22:20 
QuestionCan you illustrate how to config and how to use, thanks Pin
adroitadroit2029-Nov-06 22:12
adroitadroit2029-Nov-06 22:12 
QuestionWhere's the Code? What challenges did you face? Pin
HellfireHD28-Aug-06 11:06
HellfireHD28-Aug-06 11:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.