6 File: DevGuideExamples/PortableInterceptor/Auth/README
9 This directory contains an example illustrating client and server
12 This is a simple insecure authentication example that is based on
13 the Messenger example in GettingStarted directory. A message is
14 sent by MessengerClient and displayed by MessengerServer. A client-side
15 portable interceptor adds a username to each request sent to the server.
16 A server-side interceptor verifies that the supplied username is valid.
32 Exeuction via Perl Script
33 -------------------------
35 A Perl script has been created to automate the steps shown
36 above. This script can be run via the following command: