Actions
Idea #14020
closed[keep-web] Instruct browsers to allow webdav headers in cross-origin requests
Start date:
08/20/2018
Due date:
Story points:
0.5
Release:
Release relationship:
Auto
Description
Some WebDAV operations (like COPY and MOVE) supply flags/arguments as HTTP request headers (like Destination). In order for a web browser to use these, keep-web has to list them in the Access-Control-Allow-Headers header in its pre-flight response.
Currently keep-web sends
Access-Control-Allow-Headers: Authorization, Content-Type, RangeThe WebDAV request headers should be added:
- Depth
- Destination
- If
- Lock-Token
- Overwrite
- Timeout
ref: https://tools.ietf.org/html/rfc4918 section 21.3
Updated by Tom Morris over 6 years ago
- Target version set to 2018-09-05 Sprint
- Story points set to 0.5
Updated by Tom Clegg over 6 years ago
- Status changed from New to In Progress
- Assigned To set to Tom Clegg
Actions