我在使用cURL作为Neo4j的HTTP clinet时遇到了问题.当我写这个命令:( curl http://localhost:7474/db/data/或任何URL,然后http://localhost:7474/db/data/node/)然后我得到JSON格式的结果:
{ "errors" : [ {
"message" : "No authorization token supplied.",
"code" : "Neo.ClientError.Security.AuthorizationFailed" } ], "authentication" : "http://localhost:7474/authentication" }
Run Code Online (Sandbox Code Playgroud)