I am trying to understand the interaction during authentication (and
generally) between the browser and my servlets (via the servlet engine).
Ideally I would like to put an simple independent proxy between the browser
and the server to monitor the exact request/response interchange between the
two.
I wrote a simple Java application to act as a proxy, but it doesn't quite do
the job. Clearly it needs to mangle some of the headers going through. Now
the HTTP RFC is 162 pages long, so I'd like to save some work if someone has
already written a workable proxy.
http://members.home.net/preston/HttpProxy.html
So the question is: Has anyone done a simple HTTP proxy implementation in
Java?
I know that Jigsaw and Jetty can be configured as proxies, but this is a bit
more overhead than I'd like :).
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html