Chrome拡張Postmanテスト「17.11.1。一意のノードを取得または作成(作成)」 を使用すると、いくつかの例外が発生しました:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 415 Unsupported Media Type</title>
</head>
<body>
<h2>HTTP ERROR 415</h2>
<p>Problem accessing /db/data/index/node/people. Reason:
<pre> Unsupported Media Type</pre>
</p>
<hr />
<i>
<small>Powered by Jetty://</small>
</i>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</body>
私のテストパラメータ:
http://127.0.0.1:7474/db/data/index/node/people?uniqueness=get_or_create
json データ
{
"key" : "name",
"value" : "Tobias",
"properties" : {
"name" : "Tobias",
"sequence" : 1
}
}