Hi,
One of our vendor application hosted on AWS has aspx page and which has script access Esri ArcGIS Map services (10.6.0) (on-prem). The application works fine and able to render all services in Chrome, IE but edge browser (Microsoft Edge 44.18362.449.0) does not render map services.
Services configured with https://FQDN:6443/arcgis/rest/services/land_data//MapServer. We tried with with web adaptor both does not work.
if I access the service directly on browser - JS api renders map properly. This means IE edge able to render map independently not via aspx page for some reason on IE edge only.
I am seeing failed to fetch the layer and below is error displayed on browser console
[object Object]: {details: Object, message: "Failed to fetch", name: "request:server"}
message: "Failed to fetch"
__proto__: Object
Any tips or clue to track down would be appreciated, as I do not have access to aws server or app.