Digest Authentication #429
Replies: 3 comments 4 replies
-
Hi there, this is a discussion, not an issue. Sardine supports auth. https://github.com/lookfirst/sardine/wiki/UsageGuide#authentication I suggest that you turn on debug/trace logging to better understand what is happening under the covers. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to invoke SardineImpl.put passing inputStream. It is successful with Basic authentication but fails with Digest authentication. I have added the following appenders Any help on sample code snippet which uses Digest authentication is appreciated. |
Beta Was this translation helpful? Give feedback.
-
Property name="log-pattern">[%d{yyyy-MM-dd HH:mm:ss}][%t][%5p] %replace{%msg}{[\r\n]+}{(Encoded)}%n</Property |
Beta Was this translation helpful? Give feedback.
-
Does Sardine Library support Digest Authentication.
Have tried using SardineImpl.setCredentials setting AuthScope to Digest and i am getting the following exception:
com.github.sardine.impl.SardineException: status code: 401, reason phrase: Unexpected response (401 Unauthorized)
Beta Was this translation helpful? Give feedback.
All reactions