CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
137 stars 32 forks source link

CORS and security errors #364

Closed tkuhn closed 3 years ago

tkuhn commented 3 years ago

Has some configuration of the https://grlc.io server changed lately? I am getting this error since today when trying to access it from JavaScript:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://grlc.io/api/peta-pico/fpsi-queries/spec. (Reason: CORS request did not succeed)

This used to work, and it seems it's still working with http://grlc.io (http instead of https). So, I have the feeling that something has changed on the server side.

This is probably related: Accessing the API URLs like https://grlc.io/api-git/peta-pico/fpsi-queries/ gives me a security error.

c-martinez commented 3 years ago

Security error should be gone now -- server certificate had expired. I've renewed it now. Thanks for reporting @tkuhn!