seebi commented on issue #1292:
URL: https://github.com/apache/jena/issues/1292#issuecomment-1127787732

   mhmm .. In our case requests without a token return a 401
   
   ```
   ∴ curl -H "Authorization: Bearer $(cmemc admin token)" "$(cmemc config get 
DP_API_ENDPOINT)/proxy/default/sparql"
   {"title":"Bad Request","status":400,"detail":"Required request parameter 
'query' for method parameter type String is not present"}
   
   ∴ curl  "$(cmemc config get DP_API_ENDPOINT)/proxy/default/sparql"
   {"title":"Unauthorized","status":401,"detail":"Full authentication is 
required to access this resource"}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to