Open mtippmann opened 7 years ago
ist das ein echter POST-Request?
@eins78
Ist kein echter, aber macht wohl keinen Unterschied:
~ » curl -XPOST 'http://reg.weimarnetz.de/ffweimar/knoten?mac=a8ded036574a&pass=foo'
{
"status": 500,
"msg": "Server Error!",
"result": {
"name": "CouchError",
"message": "conflict: Document update conflict.",
"error": "conflict",
"reason": "Document update conflict.",
"headers": {
"server": "CouchDB/1.6.1 (Erlang OTP/19)",
"date": "Thu, 16 Mar 2017 15:35:08 GMT",
"content-type": "text/plain; charset=utf-8",
"content-length": "58",
"cache-control": "must-revalidate",
"status": 409
},
"status": 409
}
}%
Hier steht was: http://writing.jan.io/2013/12/19/understanding-couchdb-conflicts.html
So richtig schlau werd ich aus dem Code nicht, muss mal debuggen - hier ist wohl die Action: https://github.com/weimarnetz/registrator/blob/master/lib/register.js