On 16/05/2022 16:11, Erich Bremer wrote:
It seems in Jena 4.3.X forward HttpClient in RDFConnectionRemoteBuilder was changed from org.apache.http.client.HttpClient to java.net.http.HttpClient. The latter doesn't appear to support Digest Authentication. Is there support for Digest authentication in 4.3.X forward? I was able to do it with the older RDFConnectionRemoteBuilder. Thanks, Erich
https://jena.apache.org/documentation/sparql-apis/ Digest auth is supported (implemented by Jena). Andy
