How to access Neo4j Browser url from a react application on a button click event which automatically logs in to the url by providing Connect URL, Username & Password
Thanks in advance.
Is there any way to encrypt the password and send in the url query string.
Or authenticate it from/using Javascript by changing the session/localstorage.
In my requirement I would be navigating to the neo4j browser url from a reactjs application,
it ...
Is there any way to encrypt the password and send in the url query string.
Or authenticate it from/using Javascript by changing the session/localstorage.
In my requirement I would be navigating to the neo4j browser url from a reactjs application,
it ...
No @ri8ika ,
My Browser url is something similar to http://11.222.333.444:5555/browser/
userName:neo4j,
password:xxxxxxx
I gave my user id and and password like
http://neo4j:xxxxxxx@l11.222.333.444:5555/browser/
it still landed to the page prompting...