rclone/cmd/serve/httplib
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
..
httpflags rc: implement options/blocks,get,set and register options 2018-11-03 11:32:00 +00:00
serve fix spelling 2019-04-30 14:12:18 +02:00
httplib.go rc: Skip auth for OPTIONS request 2019-06-10 19:33:45 +01:00