Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv25861
Modified Files:
rec-proxy
Log Message:
More docs
Index: rec-proxy
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rec-proxy 7 Sep 2003 18:11:55 -0000 1.8
--- rec-proxy 7 Sep 2003 18:29:41 -0000 1.9
***************
*** 59,63 ****
=head1 DESCRIPTION
! This program starts recording proxy.
=head1 COPYRIGHT
--- 59,77 ----
=head1 DESCRIPTION
! This program starts a recording HTTP proxy. Once it is started
! configure your web browser to proxy HTTP requests via localhost:8000
! (port used by the recording HTTP proxy can be configured with
! B<--port> option). Then use the admin web interface of the proxy to
! turn on/off recording and configure filters. Admin web interface of
! the proxy can be accessed via URL C<http://ANYDOMAIN/webtest/> (note
! that domain part of the URL is ignored - you can put there whatever
! you want; also default url path part C</webtest/> which is used by the
! admin web interface can be reconfigured with B<--path> option to other
! value). If recording is turned on all HTTP requests and responses
! which match configured filters will be recorded by the proxy and will
! be available for view via the admin web interface of the proxy. From
! the admin web interface a skeleton of a test script for
! L<HTTP::WebTest|HTTP::WebTest> can be generated using captured HTTP
! requests and responses.
=head1 COPYRIGHT
|