0

Our application uses wikimedia maps as background map. It works properly in Chrome, but in Internet Explorer wikimedia service returns error 429 with message "Our servers are currently under maintenance or experiencing a technical problem".

This situation happens only in our server. When I start application on localhost it works fine in both Chrome and Internet Explorer.

What can be the cause of this?

asd2ws
  • 53
  • 5
  • Which version of the IE browser and What is the version of your server OS? Is it any older version then IE 11? If yes then try to upgrade to the IE 11 browser. I found that this error may occur when the server is getting too many requests. If possible then try to provide any sample example to test the issue. Try to make the settings of the IE browser similar to the IE browser which is working fine. I suggest you consult the Wikimedia support to know their opinion on this issue. – Deepak-MSFT Apr 07 '20 at 08:30
  • @Deepak-MSFT The problem happens on our development server, when I run application locally map loads properly. I used the same Internet Explorer in latest version to test both cases. Code is the same on dev server and my machine. – asd2ws Apr 08 '20 at 10:30
  • If possible then please provide the sample code to test the issue. The only description is not helpful to get an idea about the issue. – Deepak-MSFT Apr 08 '20 at 10:55

1 Answers1

0

Our dev server was set to HTTP while localhost was set to HTTPS. This caused the issue.

asd2ws
  • 53
  • 5