Hi all
OK I feel dumb but I can't figure out what URL to use for API calls to a DB on Aura.
With a local DB I can connect fine:
with Postman:
http://localhost:7474/db/data/transaction/commit
with the PHP client:
->addConnection('default', 'http://neo4j:password@localhost:7474')
->addConnection('bolt', 'bolt://neo4j:password@localhost:7687')
But I can't figure out what to do with Aura:
Bolt URL: bolt+routing://12345678.databases.neo4j.io
I've tried ports 7474, 7687, 17473 & 17474
In Postman I get error: "Could not get any response. There was an error connecting to…"
(I can connect OK to the Aura DB both through Desktop and in my web browser )
Any guidance?
TIA,
-Fred