I’m trying to connect to an API for a service I am using (https://developer.ngenic.se/).
I get responses for queries but one specific gives HttpResponseException: Not Found
The strange part is that the same query works when trying it in the Advanced rest client.
Is it possible to somehow get more specific info / logging regarding the Not found error?
I was getting the same error and was glad to at least see that the “?” in my path was the likely culprit. I would have NEVER figured that out! I was able to test with a request that did not contain special characters successfully.
I discovered that if you get rid of “def params” and simply stick the full uri in the parenthesis after httpGet, then it works. So it would look like this: