Firefox fails on CORS resource, while Chrome and Safari work
问题 I have a seemingly correct resource backed by a CouchDB installation. Requests are made using JS Axios. Both Chrome and Safari work, Firefox 65.0 fails however with CORS header 'Access-Control-Allow-Origin' does not match 'http://localhost:8080, *' The server (CouchDB) does, in fact, not deliver 'http://localhost:8080, *' as Access-Control-Allow-Origin but Access-Control-Allow-Origin http://localhost:8080 Access-Control-Expose-Headers content-type, cache-control, a…e-newrev, x-couchdb-body