Can you see if there is a problem with getting ESRI map tiles in your software.
We have been using your you WPF Maps in commercial software for about 5 years. About 48 hours ago they all stopped working, not only for every one of our WPF products but also for the new Blazor Maps. This includes software released years ago and so it isn't any recent change in the code. I called ESRI technical support and they don't see a problem with the server. The Main ESRI URL we use is
https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer
I would appreciate any help as we are inundated with customers complaining the map backgrounds no longer work and we don't yet know why.
I have an update. It looks like ESRI stopped supporting http and now reroutes to https. The https results in the WPF software throwing exceptions. The blazor maps are working fine with https.
What is the best way to fix this problem.
Hello Richard,
Thank you for the update that using https request for blazor fixed the issue. For WPF may i know which exception you are getting ? May be application need to enable some kind of security constrain ,which i am not sure yet until i see the exception i can provide more information.