local-cors-proxy icon indicating copy to clipboard operation
local-cors-proxy copied to clipboard

Method PROPFIND is not allowed by Access-Control-Allow-Methods in preflight response

Open sytolk opened this issue 1 year ago • 0 comments

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.

sytolk avatar Jul 06 '22 13:07 sytolk