[flexcoders] Re: httpservice; ie and 2032 error

2007-03-09 Thread dantmcgowan
So I made some coding changes on the backend and the error went away. Here is the coding change I made to the service that the httpservice was receiving the xml from: response.setDateHeader("Expires", System.currentTimeMillis()); response.setHeader("Pragma", "cache"); response.setHeader("Cache-con

Re: [flexcoders] Re: httpservice; ie and 2032 error

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, dantmcgowan wrote: > Tom, >Yes I am running under ssl. I did get a response back suggesting I > take a look at the response headers, particularly for "pragma: no > cache" or "expires". I was also given this link for reference: And cache-control. The Adobe tech note is:

[flexcoders] Re: httpservice; ie and 2032 error

2007-03-06 Thread dantmcgowan
Tom, Yes I am running under ssl. I did get a response back suggesting I take a look at the response headers, particularly for "pragma: no cache" or "expires". I was also given this link for reference: http://support.microsoft.com/kb/323308 Would appreciate any additional insight. I will post