Closed bernhardriegler closed 5 years ago
-
http method HEAD is not supported.
HEAD
curl -I https://demo.getmesh.io/api/v1/
HTTP/2 404 date: Wed, 16 Oct 2019 13:19:12 GMT content-type: application/json; charset=utf-8 vary: Accept-Encoding x-powered-by: getmesh.io strict-transport-security: max-age=15724800
Respond with same status code as for a GET request (200) or respond with 405 method not allowed
GET
405 method not allowed
Duplicate of #202
Gentics Mesh Version, operating system, or hardware.
Operating System
-
JVM
-
Problem
http method
HEAD
is not supported.Reproducer
curl -I https://demo.getmesh.io/api/v1/
Expected behaviour and actual behaviour
Respond with same status code as for a
GET
request (200) or respond with405 method not allowed