Search code examples
internet-explorerwikimediahttp-status-code-429

Wikimedia maps returns error 429 on internet explorer


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?


Solution

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