<div dir="ltr">Hi,<div><br></div><div>Nova-api behaves different whether a trailing-slash is given in the URL or not.</div><div>These 2 requests produce different results:</div><div><ul><li>GET /v2/{tenant-id}/servers - gets a list of servers<br></li><li>GET /v2/{tenant-id}/servers/ - gets an info for a server with an "empty id" - produces 404<br></li></ul><div>IMHO, a trailing slash in REST requests should be ignored.</div></div><div><br></div><div>A few resources about REST and trailing slashes:</div><div><a href="http://programmers.stackexchange.com/questions/186959/trailing-slash-in-restful-api">http://programmers.stackexchange.com/questions/186959/trailing-slash-in-restful-api</a><br></div><div><a href="https://github.com/nicolaiarocci/eve/issues/118">https://github.com/nicolaiarocci/eve/issues/118</a><br></div><div><br></div><div>What do you think of this issue?</div><div>Is this difference in behavior is on purpose?</div><div><br></div><div>Thanks,</div><div>Shoham</div></div>