Forum Moderators: travelin cat
I have a page that uses mxData to load content into a div. The code all works fine on our staging server in IE, FireFox AND safari (windows and mac) but when I move the code to the production server the content doesn't load into the div and according to Service Capture the javascript isn't even try to fire in Safari. It works fine in IE and firefox just not safari.
The thing that doesn't make since is that safari does work on staging just not development. I have confirmed that all code on both boxes is identical. Both boxes are Window Server 2003, both running IIS6, both with CF8. I have look at the properties for the websites on both boxes and made sure their were also the same.
Any ideas at this point woul be very welcome.
Lance
I am sure it is a server setting somewhere but I can't find it. I just thought that maybe someone here had run into the same problem and knew how to fix it.
Another idea, have you checked your HTTP headers to ensure they are serving up identically across the staging and production environments?
Specifically, Safari is more strict about the way it handles malformed 302 (temporary redirection) headers.
The HTTP headers are also the same on both server. All the original IIS installation headers. There have been no redirects added.
I really apprieciate your help and suggestions of things to look at this has to be one of the most frustrating issues that I have ever encountered.