shell> curl --dump - http://localhost:8529/subdirectory/ourtest/1 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "request" : { "user" : null, "database" : "_system", "url" : "/subdirectory/ourtest/1", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 36164 }, "client" : { "address" : "127.0.0.1", "port" : 37975, "id" : "148412917676034" }, "internals" : { }, "headers" : { "authorization" : "Basic cm9vdDo=", "user-agent" : "ArangoDB", "connection" : "Keep-Alive", "accept-encoding" : "deflate", "host" : "127.0.0.1" }, "requestType" : "GET", "parameters" : { }, "cookies" : { }, "urlParameters" : { } }, "options" : { } } shell> curl --dump - http://localhost:8529/subdirectory/ourtest/2 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "request" : { "user" : null, "database" : "_system", "url" : "/subdirectory/ourtest/2", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 36164 }, "client" : { "address" : "127.0.0.1", "port" : 37975, "id" : "148412917676034" }, "internals" : { }, "headers" : { "authorization" : "Basic cm9vdDo=", "user-agent" : "ArangoDB", "connection" : "Keep-Alive", "accept-encoding" : "deflate", "host" : "127.0.0.1" }, "requestType" : "GET", "parameters" : { }, "cookies" : { }, "urlParameters" : { } }, "options" : { } } shell> curl --dump - http://localhost:8529/subdirectory/ourtest/3 HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "request" : { "user" : null, "database" : "_system", "url" : "/subdirectory/ourtest/3", "protocol" : "http", "server" : { "address" : "127.0.0.1", "port" : 36164 }, "client" : { "address" : "127.0.0.1", "port" : 37975, "id" : "148412917676034" }, "internals" : { }, "headers" : { "authorization" : "Basic cm9vdDo=", "user-agent" : "ArangoDB", "connection" : "Keep-Alive", "accept-encoding" : "deflate", "host" : "127.0.0.1" }, "requestType" : "GET", "parameters" : { }, "cookies" : { }, "urlParameters" : { } }, "options" : { } }