Did you try to run an HTTP sniffer on your client and enable it with MSIE to 
capture the raw HTTP response that is the result of the GET to load the SWF? 
You really need to get that information first.


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
venkateswarlu naidu
Sent: Friday, October 03, 2008 9:47 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] flex application is not loading under HTTPS

Hi Pete,

Thanks a lot for the reply, as you said our guys are using gzip compression at 
server side (using weblogic 9).
How can i solve this problem? The same code is working under DEV env under HTTP.

somebody is saying it is bcos of javascript errors, Is javascript errors stop 
loading the SWF?

Please help me on this.

Thanks,
Venkat.


----- Original Message ----
From: Peter Farland <[EMAIL PROTECTED]>
To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com>
Sent: Friday, 3 October, 2008 9:37:53 PM
Subject: RE: [flexcoders] flex application is not loading under HTTPS
Can you  use a client side HTTP sniffer (like Charles, Paros Proxy, etc...) and 
look at the raw HTTP response that is delivering the SWF. Look to see if any 
no-cache headers are being returned. Also try to determine if chunked encoding 
is being used with gzip compression (as this combination can be a problem for 
MSIE).

Pete

Reply via email to