Hi,
In theory this should be possible. Has anyone had any luck passing an auth token from either the REST API or from CWS as the LLCookie to a regular web UI? I'm trying to see if it's possible to capture the Brava Viewer from a Java application and pass the stream back to the calling application's web browser - I just need to show that it's possible, not that it's pretty. I'm using Apache HttpClient to generate the web UI request and I've created a Cookie store with a single cookie called LLCookie and passed in the authentication token. I still end up getting forwarded to the authentication page. Is there another approach to this?
-Hugh Ferguson