Mongodb – Why does Mongo DB check the _etag even though I'm doing a POST via RESTHeart 5.1.5 to add a document?
With RESTHeart 5.1.5, I'm trying to add a document to the collection myapp via an HTTP POST. POST http://xyz:9998/logs/myapp?checkETag=false { "diff": { "address": { "addressLine2": [ "152 Broadway, Suite 600", "150 Broadway, Suite 600" ] } }, "tracking": { "resourceId":…