1
mirror of https://github.com/rclone/rclone synced 2024-10-31 20:16:42 +01:00
rclone/backend/webdav
Nick Craig-Wood 705e4694ed webdav: fix case of "Bearer" in Authorization: header to agree with RFC
Before this change rclone used "Authorization: BEARER token".  However
according the the RFC this should be "Bearer"

https://tools.ietf.org/html/rfc6750#section-2.1

This changes it to "Authorization: Bearer token"

Fixes #3751 and interop with Salesforce Webdav server
2019-11-27 12:04:31 +00:00
..
api build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
odrvcookie webdav: parse and return sharepoint error response 2019-10-06 20:17:13 +01:00
webdav_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
webdav.go webdav: fix case of "Bearer" in Authorization: header to agree with RFC 2019-11-27 12:04:31 +00:00