POST requests to API urls ending with "/" return 404
Closed this issue · 0 comments
rbistolfi commented
API documentation states
- url: /api/1/linkodes/
But a 404 is returned:
curl --data "content=test" http://linkode.org/api/1/linkodes/
Not found
If you remove the trailing "/" it works.