5

While running a query in neo4j using internet explorer i am getting a security error 18 DOM , whereas the same query works fine in chrome .

Query that i am running

create (n);

SecurityError

Screenshot :

Security Error 18 DOM

Bruno Peres
  • 15,845
  • 5
  • 53
  • 89
Aman
  • 226
  • 1
  • 4
  • 17

1 Answers1

0

I was able to work around this by connecting to http://127.0.0.1:7474/browser instead of http://localhost:7474/browser. There's also a Neo4j developer webpage suggesting that it would help to add WebSocket permissions to IE setup, but I didn't find that was necessary or sufficient.

anothernode
  • 5,100
  • 13
  • 43
  • 62