Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature/download-etag-fallback] Fallback to Etag (#127)
* - add `authentication.skip-www-authenticate-checks` option to allow force-skipping WWW-Authenticate checks during authentication method detection * - OCAuthenticationMethodOAuth2: add support for alternative sending of client_id and client_secret in case token endpoint does not support passing them via Basic Auth (RFC 6749, section 2.3.1), new parameter `authentication-oauth2.post-client-id-and-secret` * - OCConnection: if a download succeeds, but presents no "oc-etag" header, fall back to "Etag" header to determine the file's Etag
- Loading branch information