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
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
To access password-protected endpoint, you should pass your own queryFunction in constructor of SparqlDataProvider, see default implementation in sparqlDataProvider.ts - queryInternal(), you will need to pass authentication header along with the HTTP request.
const queryFunction: QueryFunction = …
new SparqlDataProvider(options: { queryFunction }}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
how should I configure a password protected endpoint?
The text was updated successfully, but these errors were encountered: