Hello,
I am using Kong 4.2 and I've got a question about query parameters.
I have registered my API with the "path" option as follow:
When I curl with no query params, that's ok. I get my result. But if I curl with a query param, I've got an error:
HTTP/1.1 404 Not Found
Date: Fri, 21 Aug 2015 12:03:38 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Server: kong/0.4.2
Via: kong/0.4.2
I didn't expect to get a "404 Not Found" when querying the API with a query param but my result. Am I wrong with my expectation or is it a bug?
Thanks in advance,
Cédric.