prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 70 forks source link

Invalid Host header when exposing the server to the outside #7

Closed cscetbon closed 4 years ago

cscetbon commented 4 years ago

I'd like to use your frontend to access a database but I get an error when accessing the server remotely :

Invalid Host header

Is there anything besides adding disableHostCheck: true to the proxy configuration ?

prabushitha commented 4 years ago

Did adding disableHostCheck: true solved the issue?

cscetbon commented 4 years ago

@prabushitha yes I had to. Without, even changing the hostname did not work. Thanks