>Using CCI, is it possible to monitor the communication between
>Mosaic and the server Mosaic is communicating with ?
>Control it ??
>- Kannan
The answer is yes... kind of...
Currently a reading of the
CCI
Protocol Specification implies that a CCI clients should be able to tell
Mosaic to:
- go to a specific URL
- send all documents of a specific MIME type to the client
- send the URLs of all the anchors the user visits to the client
- display data of a specific MIME type.
- post data to the HTTP server
- quit
Not all of the above are available yet. Currently (2) is very broken and
crashes both Mosaic and the client, (5) is not supported by Mosaic or the API,
while
(4) and
(6) are not supported by the API.
Actually, it's probably a good job (5) is not yet supported (even though
it is potentially very useful) since CCI doesn't yet have any form of
authentication for connections (something which needs fixing if it's every
going to be used in the RealWorld tm).
Adrian