You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Access-Control-Allow-Origin: * in server responce but its not enough..
Access to XMLHttpRequest at 'http://localhost:8010/proxy/webdav/server/.ts/' from origin 'http://127.0.0.1:8000' has been blocked by CORS policy: Method PROPFIND is not allowed by Access-Control-Allow-Methods in preflight response.
The text was updated successfully, but these errors were encountered:
Methods option is skipped from cors lib: https://github.com/expressjs/cors#configuration-options
I have
Access-Control-Allow-Origin: *
in server responce but its not enough..Access to XMLHttpRequest at 'http://localhost:8010/proxy/webdav/server/.ts/' from origin 'http://127.0.0.1:8000' has been blocked by CORS policy: Method PROPFIND is not allowed by Access-Control-Allow-Methods in preflight response.
The text was updated successfully, but these errors were encountered: