0 Replies Latest reply on Feb 5, 2008 9:24 PM by konami

    Problem with Flash over HTTPS in IE

    konami

      Hi, I have this strange problem with flash over https not working in IE. It works fine over normal http. The suggested solution from flash community is to remove "Pragma: No-cache" and "Cache-Control: no-cache" from the server response for flash files. When I analyze the output from JBoss AS 4.2.2 GA I saw these headers in the response. Any idea how to remove these headers? Your comments are welcome. Below is my server output for the flash file over https.

      HTTP/1.1 200 OK
      Server: Apache-Coyote/1.1
      Pragma: No-cache
      Cache-Control: no-cache
      Expires: Thu, 01 Jan 1970 07:30:00 SGT
      X-Powered-By: Servlet 2.4; JBoss-4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)/Tomcat-5.5
      ETag: W/"33254-1202038012000"
      Last-Modified: Sun, 03 Feb 2008 11:26:52 GMT
      Content-Type: application/x-shockwave-flash;charset=ISO-8859-1
      Content-Length: xxxxx
      Date: xxxxx
      Connection: Keep-Alive