Re: access HTTP request parameters?
- From: Stanimir Stamenkov <s7an10@xxxxxxxxxxxx>
- Date: Wed, 16 Jul 2008 21:21:57 +0300
14 Jul 2008 22:42:17 GMT, /Stefan Palme/:
<applet code="my.package.Main" archive="applet.jar">
... (some applet params)
</applet>
The "Cookie" header used for authentication is of course also set in the HTTP request used to load applet.jar to the client.
Is there a way to access the Cookie-Header (or any other HTTP request header) of the HTTP request that was used to load the applet's jar file?
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?
--
Stanimir
.
- Follow-Ups:
- Re: access HTTP request parameters?
- From: Stefan Palme
- Re: access HTTP request parameters?
- References:
- access HTTP request parameters?
- From: Stefan Palme
- access HTTP request parameters?
- Prev by Date: Re: Weak/Soft references?
- Next by Date: Re: Notification of low memory condition
- Previous by thread: Re: access HTTP request parameters?
- Next by thread: Re: access HTTP request parameters?
- Index(es):
Relevant Pages
|