Closed coffeencoke closed 7 years ago
@coffeencoke Sorry for the late answer. (very late I should say)
that's a strange error indeed. what I would say is that it's happening because you call resty GET with an host: I'll say that
$ resty http://localhost:3000
$ GET /users/user003/skills/7385140.json
would do the job
@coffeencoke closing the issue, feel free to reopen it if needed :)
I believe this is a bug. Making a GET request using Resty to a URI that has a nested resource does not make the request to the full URI. Am I calling the resty command wrong?
The uri of a nested resource:
Using Resty
The server log:
Using Curl
The same request using curl.
The server log: