mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
rc: add support for OPTIONS and basic CORS - #2575
This commit is contained in:
@@ -229,6 +229,9 @@ If an error occurs then there will be an HTTP error status (usually
|
||||
400) and the body of the response will contain a JSON encoded error
|
||||
object.
|
||||
|
||||
The sever implements basic CORS support and allows all origins for that.
|
||||
The response to a preflight OPTIONS request will echo the requested "Access-Control-Request-Headers" back.
|
||||
|
||||
### Using POST with URL parameters only
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user