GeoNet / help

An issues repo for technical help questions.
6 stars 3 forks source link

CORS headers aren't set properly for FDSN web services #115

Closed rauwitt closed 2 months ago

rauwitt commented 11 months ago

FDSN web services of GEONET can't be accessed by javascript applications. The following error occurs in the browser console: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://service.geonet.org.nz/fdsnws/dataselect/1/version. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200. It would be an enhancement to allow FDSN browser access for dynamic web pages in javascript.

elidana commented 10 months ago

Dear @rauwitt ,

apologies for the belated reply.

Unfortunately, to avoid the risk of impacting other users and downstream processes, we cannot implement such an enhancement to the GeoNet FDSN service right now.

Our FDSN service currently disallows the creation of a webpage which uses javascript to load data.

An hopefully quick question: have you tried if you have the same issue with the FDSN real time service (service-nrt.geonet.org.nz)

you would only find the past 7 days of data but the backend of our fdsn-nrt is different from the fdsn-archive service you tried to use. I'm not 100% sure if that will work, but perhaps worth a try?

Yours is a use case we want to consider and keep in mind for future developments, so thanks a lot for reaching out and if you have time we'd be happy to collect your requirements and user story!

rauwitt commented 10 months ago

Hello elidana,

thanks for considering to enable javascript access as an enhancement for future development.

The error messages appear when trying to use the FDSN event service of GEONET with the URL: service-nrt.geonet.org.nz. Since the event service is very powerful and allows virtually all kind of queries, it is a pity that you can not use it with javascript.

Currently the following data centers who offer FDNS webserices have implemented javascript access:

  1. Geoscience Australia
  2. USGS (United States Geological Survey)
  3. EMSC (European-Mediterranean Seismological Centre)
  4. GEOFON (GFZ German Research Center for Geosciences)
  5. INGV (Istituto Nazionale di Geofisica e Vulcanologia / Italy)
  6. IRIS / SAGE (Seismological Facility for the Advancement of Geoscience )
  7. NCEDC (Northern California Earthquake Data Centerh)
  8. SCEDC (Southern California Earthquake Data Center)
  9. USP (Centro de Sismologia da Universidade de São Paulo)
  10. NOA (National Observatory of Athens

Six years ago Philip Crotwell (University of South Carolina) remarked: "I feel this kind of access probably should be allowed and would like to encourage making this work as it is a really powerful way to leverage the existing web services to create dynamic web pages."

An example of those webpages you can find here.

rauwitt commented 4 months ago

Hello eldiana,

as you mentioned right earlier there is a real danger of server overload if GEONET opens FDSN webservice for javascript applications.

In this matter it is interesting to see what other FDSN data centers have implemented to prevent this unwanted side effects.

E.g. USGS tolerates 500 requests per 5 minute. Exceeding the limit causes a temporary blockage of the webservice for the single ip-address.

Perhaps this information is useful for GEONET.

elidana commented 2 months ago

Dear @rauwitt ,

thanks a lot for the additional information about the USGS implementation.

Unfortunately, with current constraints on GeoNet programme and already planned developments we won't be able to implement such a service in the short term. Enabling CORS headers as other data centers is a good suggestion, and we can revisit this in the future if the opportunity arise.