I have problem with a Java Applet that I can't get to send the proper cookie. The flow is as follows:
Without the crossdomain.xml file on port 80 the Applet just refuses to do any CORS request at all but with the crossdomain-file the requests comes through BUT without any cookies. However the client certificate is sent in the request.
It is also worth mentioning that the JNLP is downloaded from the same domain as the REST interface which should allow Java to communicate with that domain.
How can I make Java make the REST requests using cookies. The session cookie does not have HTTP_ONLY or Secure flag enabled.