arangodb icon indicating copy to clipboard operation
arangodb copied to clipboard

forward request to `/_api/version` to the arangod instance URL

Open dothebart opened this issue 5 years ago • 0 comments
trafficstars

If an arangosh connects to a server endpoint, it will query /_api/version first using username and password. Since its obvious this won't work with the starter, it should redirect (HTTP 301 - permanently moved) to the next Arangod-Instance it knows.

dothebart avatar Jan 06 '20 15:01 dothebart