// $Id: README 83358 2008-10-21 23:02:02Z sowayaa $

Portable Interceptors


File: DevGuideExamples/PortableInterceptor/Auth/README


This directory contains an example illustrating client and server
Request Interceptors.

This is a simple insecure authentication example that is based on 
the Messenger example in GettingStarted directory.  A message is 
sent by MessengerClient and displayed by MessengerServer.  A client-side 
portable interceptor adds a username to each request sent to the server. 
A server-side interceptor verifies that the supplied username is valid.

How to Run
----------

To start the server:
------------------
./MessengerServer 


To start the client:
------------------
./MessengerClient 



Exeuction via Perl Script
-------------------------

A Perl script has been created to automate the steps shown
above.  This script can be run via the following command:

./run_test.pl
