You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 if direct connection (secured with CORS) does not work, fallback to proxy ( if one is specified )
2. if connection through proxy does not work, try direct request ( with CORS security)
rdflib.js currently uses (2). Either way can be defended.
Currently there is no fallback attempt either way.
The text was updated successfully, but these errors were encountered:
Two ways one can have this work:
1 if direct connection (secured with CORS) does not work, fallback to proxy ( if one is specified )
2. if connection through proxy does not work, try direct request ( with CORS security)
rdflib.js currently uses (2). Either way can be defended.
Currently there is no fallback attempt either way.
The text was updated successfully, but these errors were encountered: