![]() |
![]()
| ![]() |
![]()
NAMEproxy-server - serializing, transaction logging http proxy server SYNOPSISproxy-server [server-ip] [server-port] [:prefix=filename_prefix] [:overwrite=false] [:start=0] DESCRIPTIONproxy-server is a crude http proxy server which accepts one connection at a time and logs all information about the transaction between the client and server to a set of files containing a sequence number. The client request is logged to file type req the responsed
headers from the server are file type hdr and the content from the
server to a file type which depends on the mime type of the result,
txt , html , gif , jpg are supported, and the
default for any unknown are unspecified type is dat
COMMAND LINE OPTIONS
BUGSThis utility isn't robust enough to run continuously as a proxy server. It is intended to be run from the command line, to be monitored during use, and to be restarted manually if needed. You might see errors messages such as empty request from client, accept (errobj Protocol error) and recv (errobj Connection reset by peer), from time to time, depending on the client browser and tcp stack. SEE ALSOsiod http://people.delphi.com/gjc/siod.html
|