curl -H "Accept: application/json; charset=UTF-8" -H "Content-Type: 
application/json" -X GET -u neo4j:newpass1 
http://localhost:7474/db/data/transaction
{
  "errors" : [ {
    "code" : "Neo.ClientError.Security.Unauthorized",
    "message" : "Invalid username or password."
  } ]
}

On Wednesday, June 21, 2017 at 9:22:21 AM UTC+1, Michael Hunger wrote:
>
>
> On Wed, Jun 21, 2017 at 10:18 AM, <[email protected] <javascript:>> 
> wrote:
>
>> http://localhost:7474/
>
>
> this endpoint is unauthenticated: http://localhost:7474/
>
> use to test: http://localhost:7474/db/data/
>
> use /db/data/transaction
> not sure how the old endpoint works with regard to auth
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to