Why Docker Kong is redirecting in browser instead of routing

I have a kong service + route. If I consume my service with postman http://0.0.0.0:8000/health I get my real app correct value:
{
“health”: “ok”
}
But If I consume same service in my Chrome browser (GET method) I have a redirection to my app and I loose the path with a wrong result