<div dir="ltr"><div><div><div><div><div><div><div>Hi all,<br></div>        I created a few rest end points for an app and it works. Now I am starting to write the test cases. But there is a strange issue in my code.<br></div>        <br>       When I connect the rest client with url " <a href="http://localhost:8080/[resource_name]">http://localhost:8080/[resource_name]</a> " it works perfectly. <br><br></div>       But if I use " <a href="http://localhost:8080/[resource_name]">http://localhost:8080/[resource_name]</a><b>/ </b>" , (A slash ( '/' ) in the end) it gives a 404. <br>     <br></div>       Now that I am trying to write test cases using common test, I just tried to make requests using ibrowse first. And there I found something strange again.<br><br></div>       When I used ibrowse to issue a post request, it returned 302, with the location of the resource. In the browser I am getting 200, I guess because of get.<br>      <br></div>        Now, since get is working, I guess the resource is being created, Then what might be the reason that I am not getting 201 ? Also, Is this related to the above problem ?<br></div>    Please help. <br></div>