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
When using sparql_client with authorization, once the results have been consumed another request is made without the authorization, resulting in a 401 response and error. This prevents SPARQL queries that exhaust the results.
The cause is a choice-point left in http_open/3 when using authorization. Not back-tracking into http_open/3 will resolve the issue.
The text was updated successfully, but these errors were encountered:
I guess this should be fixed in http_open/3. Only, I fail to reproduce the issue. How do you specify the authorization and which authorization are you using?
When using sparql_client with authorization, once the results have been consumed another request is made without the authorization, resulting in a 401 response and error. This prevents SPARQL queries that exhaust the results.
The cause is a choice-point left in http_open/3 when using authorization. Not back-tracking into http_open/3 will resolve the issue.
The text was updated successfully, but these errors were encountered: