I have a really weird problem with Openlayers and IE11: I try to get a layer from a WMS server but Openlayers/IE11 doesn't perform any GET request to get the map image (Chrome and Firefox do). I captured the network traffic with the IE11 F12 Developer tool and the request to the WMS server appears anulled. The funny thing is that if I type the requested URL in the browser (not using the WMS layer with OpenLayers), I get the image... Any help?
Detalis:
WMS URL returned by Openlayers: (it works in the browser, the map image is returned in IE11):
Openlayers code (it doesn't get the image in IE11):
new OpenLayers.Layer.WMS("PNOA", "http://www.idee.es/wms/PNOA/PNOA", {
layers:'PNOA',
transparent:true
}, {
isBaseLayer: true
})