SolidLabResearch / generic-data-viewer

Generic query-based data viewer
MIT License
0 stars 0 forks source link

Test query doesn't work when logged in #71

Closed bjdmeest closed 1 year ago

bjdmeest commented 1 year ago

Error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://fragments.dbpedia.org/2016-04/en. (Reason: header ‘authorization’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response)

pheyvaer commented 1 year ago

This is an issue on the server side: CORS headers are not correctly set. This is not something that we can fix on our side.