Looking for assistance in narrowing down my debugging efforts.
Currently, my website works fine without a CDN. However, when I switch to using a CDN (such as Edgecast or another one tested), the Google maps embedded on the pages do not display in Chrome and Firefox, but work fine in Safari (latest versions; unable to test IE).
Disabling the CDN setting within my application (social engine) resolves the issue, confirming it is CDN-related.
If I save the HTML source locally and view it in a browser, everything works fine.
Another feature of my site, a JS slideshow, follows a similar pattern of not working with the CDN enabled. The only change is the file locations of JS, CSS, and images.
I have tried various solutions, checked the console for errors, but am puzzled by this behavior. Any tips on further investigation based on the described patterns would be greatly appreciated.
If you'd like to see an example page that works in Safari but not in Chrome/Firefox, visit . The "map" tab should show a Google map.
Thank you in advance for your help.
Best, - Julien