Hi everyone,
I’m using Kong to call MiniO API.
I see error: non-XML response from server; Response code: 404, Content-Type: application/json; charset=utf-8, Body: {
“message”:“no Route matched with those values”,
“request_id”:“1c4c47016b51f6100d92f105465bec53”
}
How to convert response to XML?
Hey,
This message indicates that the request you are sending does not match any routes in kong.
What you can do to debug is send another header called “Kong-Debug: true” and you will get to corresponding kong service in route in the response headers.
i.e curl -i https://yourkong.com -H 'Kong-Debug: true'