Replies: 2 comments 4 replies
-
When you see a CORS issue like that with nominatim.openstreetmap.org then the underlying issue is likely that you have been blocked for some reason. The site sends proper CORS headers with normal responses but it does not send them when returning a HTTP 403 or 429. Check your logs for HTTP errors. Also note #2485. |
Beta Was this translation helpful? Give feedback.
-
I would like to ask, if there are any other known issues with CORS ? As firstly our connection works, It's constant state, and we are unable know the reason. Might you assist or give some explanation of why this may occurred ? |
Beta Was this translation helpful? Give feedback.
-
Dear all,
Recently I've got one problem with fetching the data from nominatim.openstreetmap.org:
May I ask you to add
Access-Control-Allow-Origin: *
to your server or provide any other solution to fix the problem?Thank you in advance...
Beta Was this translation helpful? Give feedback.
All reactions