Ronnie Smith
Ronnie Smith
If you're interested https://github.com/ronnieroyston/couch-behind-node
BTW, Project Fauxton does not support (illustrate) multi file uploads. In other words, there does not seem to be a working example available.
CORS Issue here too. Chrome Browser Version 113.0.5672.93 (Official Build) (64-bit) **Is it possible to configure CouchDB to respond to an HTTP OPTIONS request with a status 200 / response.ok...
No. I'm simply trying to do basic authentication to CouchDB. **After more testing, the CORS issue surfaces only when I add the 'credentials': 'include' header. ...?**
I can't make a call to CouchDB with basic authentication whatsoever. I just tried adding the `if-match` to cors headers. Once you add `credentials:include` CORS fails. I'm going to try...
Thanks for the response Denis. When I remove the newly added template string lines of code the files get built with Grunt. It's a large js file. The error message...
Still an F?
Web server must respond with "Access-Control-Allow-Origin: *" or the XHR will fail every time. "Preflight" really has nothing to do with this. Am I wrong? I got XHR working with...
I know what's going on because I've spent the time and effort to utilize the REST interface. Your NGINX server is locked down (the NGINX credentials in CSR1000v are not...
Got it. Yes, it's a setting on the Web server to allow CORS that's missing / the issue. Curl works fine (becuase it does not have the CORS security restrictions...