gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

http method `HEAD` is not supported #222

Closed bernhardriegler closed 4 years ago

bernhardriegler commented 4 years ago

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/

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

Expected behaviour and actual behaviour

Respond with same status code as for a GET request (200) or respond with 405 method not allowed

Jotschi commented 4 years ago

Duplicate of #202