-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow access from a PWA (CORS headers) #522
Comments
I think I remember a discourse thread talking about this where this request was described as needed to apply to a single, private Adding this capability to a single
|
At the moment, I would use this in private mode as it is much safer and satisfies my use case completely. |
Fair enough. Will backlog this to get knocked out within |
In |
Add Response Header Flag to zrok access private (#522)
Discussion: https://openziti.discourse.group/t/webdav-with-cors/1967
I'd like to be able to use WebDAV interface from a Progressive Web Application (PWA) but that will require explicitly allowing access via CORS headers on the server side. Additionally, it will also require explicitly allowing the WebDAV headers when CORS is active.
Just recently added this to rclone, so hopefully this helps: rclone/rclone#7495
Basically, origin, methods, and headers need to be specified for WebDAV access. Origin for web.
Resources:
The text was updated successfully, but these errors were encountered: