Re: access HTTP request parameters?
- From: Stefan Palme <kleiner@xxxxxxxxxxxxxxx>
- Date: 17 Jul 2008 15:04:39 GMT
Just curious, what do you need the cookies for? Do you need to pass
them over a "custom" connection you open to the server? I haven't
really tried but does opening a connection from the applet code goes
through the host/browser libraries, therefore cookies being
automatically set?
Yes, I need the Cookies to authenticate a connection, which is
opened by the applet code. I am not sure, if the applet WOULD
automatically use the browser cookies - but even if this were
the case it wouldn't help me, because the applet needs the
auth token (= the value in the cookie) to open a connection to
a third party backend system, that uses the same auth tokens as
the application server, but is not the application server
itself (i.e. there is a "global" authentication system in the
background used by both the application server and the
third party backend system).
Regards
-stefan-
.
- References:
- access HTTP request parameters?
- From: Stefan Palme
- Re: access HTTP request parameters?
- From: Stanimir Stamenkov
- access HTTP request parameters?
- Prev by Date: Re: creating image from double[][]
- Next by Date: Generics Issue
- Previous by thread: Re: access HTTP request parameters?
- Next by thread: IBM's JVM?
- Index(es):
Relevant Pages
|