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