rclone/cmd/serve
Nick Craig-Wood 550ab441c5 rc: Skip auth for OPTIONS request
Before this change using --user and --pass was impossible on the rc
from a browser as the browser needed to make the OPTIONS request first
before sending Authorization: headers, but the OPTIONS request
required an Authorization: header.

After this change we allow OPTIONS requests to go through without
checking the Authorization: header.
2019-06-10 19:33:45 +01:00
..
dlna dlna: improve logging and error handling 2019-05-27 14:42:33 +01:00
ftp Adds a public IP flag for ftp. Closes #3158 2019-05-09 22:52:21 +01:00
http tests: make test servers choose a random port to make more reliable 2019-05-01 16:09:50 +01:00
httplib rc: Skip auth for OPTIONS request 2019-06-10 19:33:45 +01:00
restic tests: make test servers choose a random port to make more reliable 2019-05-01 16:09:50 +01:00
sftp serve sftp: serve an rclone remote over SFTP 2019-05-11 23:39:04 +01:00
webdav build: more pre go1.8 workarounds removed 2019-05-08 15:14:51 +01:00
serve.go serve sftp: serve an rclone remote over SFTP 2019-05-11 23:39:04 +01:00