|
Hi,
I have a Java applet that uses URLConnection class
to exchange information (objects) between applet and servlet (JSDK 1.2.2) using
the Java Plug-in 1.2.2. The problem is that Domino server seems to use a
different approach to allow logins from remote users.
I have tried several ways to login:
1. Connect with Base-64 encoding of the
user/password pair using the Authenticate header. It fails on Domino and works
on other servers.
2. Create a request to the names.nsf request to
login. It works only downloading the applet from the server and in the local
machine to the servlet.
After a successfull login, other request will use
the cookie to access the server once authenticated.
Is there a sample about this? I want to be able to
start an (installed) applet in a host and login to the Domino server to access
the servlet.
Sorry if this is somewhat beyond this list
interest.
Merry Christmas,
Fernando Cuezva
|
