我在发出 curl 请求时得到了有效的响应:
bin/gremlin-server.bat conf/gremlin-server-rest-modern.yaml
curl "http://localhost:8182?gremlin=100-1"
curl "http://localhost:8182?gremlin=g.V()"
但通过浏览器我得到以下按摩:
{"message":"no gremlin script supplied"}
也尝试如下但没有结果:
http://localhost:8182/gremlin?script=g.V()
http://localhost:8182/graphs/tinkergraph/tp/gremlin?script=g.traversal().V()
http://localhost:8182/graphs/tinkergraph/tp/gremlin?script=g.V()
关于什么是通过浏览器传递脚本的有效方式的任何建议。