Replies: 1 comment 1 reply
-
Hi @welyab, thanks for reaching out. We have been discussing your issue internally. The scenario, as you described it, should be supported by Neptune. Perhaps something besides the curl -X POST -d '{"gremlin":"g.V().limit(1)"}' https://your-neptune-endpoint:port/gremlin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!!
I received a a neptune instance running on aws cloud where I am able to access via kubectl port-forward. Querying database on Postman works fine using application/x-www-form-urlencoded. Here a inform query parameters and possible arguments to the query.
But Graph Explorer is requesting neptune with application/json, and database responses with bad request (the same if I request application/json in Postman). It is possible configure Graph Explorer do make request using application/x-www-form-urlencoded?
Beta Was this translation helpful? Give feedback.
All reactions