Authenticate to access the server
Authenticate by sending a username and a password to Neo4j using HTTP Basic Auth.
Requests should include an Authorization
header with a value of Basic <payload>
, where payload
is a base64-encoded string of username:password
.
Example request
Example response
Was this page helpful?