Hello, everyone!
Could you please help me.
I want to transfer password to neo4j browser and can't do it.
My Neo4j Browser' IP-address is http://localhost:7474/browser.
According to the article (POST URL, username, and password to Browser - #5 by ryan.boyd) I am trying to fill Connection Frame via the next URL: "http://localhost:7474/browser/?connectURL=bolt://neo4j:password@localhost:7687". Unfortunately, Neo4j Browser doesn't fill the field "password". Even more, official documentation doesn't show this capability (Browser operations - Neo4j Browser - Example 18).
Why this issue is important for me. I am testing my FastAPI software and trying to automatically connect to neo4j server. I have created user, but i don't want to fill server connection fields manually due to security minds.
I will be grateful if you help me