akhenry commented on issue #2570: URL: https://github.com/apache/couchdb/issues/2570#issuecomment-3367424466
I have this problem as well. It seems to quite clearly be a Couch issue, Couch simply does not support CORS preflight requests. Which means it doesn't actually support CORS? It is trivially replicated with CURL: ``` curl -H'Access-Control-Request-Method: POST' -XOPTIONS http://localhost:5984/mydatabase/_all_docs?include_docs=true {"error":"method_not_allowed","reason":"Only GET,HEAD,POST allowed"} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
