Hi, I have an OL 3.3.1 proxied client application that authenticates against a J2EE container via JAAS and ends up with a JSESSIONID cookie that I would like to be able to pass to my web service via the OL Server. The WS is co-resident with the OL Server in the same J2EE container, but is deployed seperately.
Actually, the SWF is embedded in an HTML page and the deployment plan/descritor is what specifies the security on the URL, so my OL client app itself, per se, isn't doing any authentication. >From what I can tell, it appears as though the OL server, using the Jakarta Commons httpclient library, forms the HTTP request to the WS just fine, but with a minimal set of HTTP headers that it gives to the WS. What I want to be able to do is somehow tell the OL Server to include certain additional HTTP headers which my web service can than make use of, namely the JSESSIONID cookie, but I'd be happy with being able to tell it to pass any additional HTTP headers that I can give it, not just the cookie... Thanks in advance for any help and suggestions on how to make this happen, Ed _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
