diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl index c6f9e932e..341e9fa7d 100644 --- a/src/web/mod_http_bind.erl +++ b/src/web/mod_http_bind.erl @@ -74,6 +74,8 @@ process([], #request{method = 'GET', process([], #request{method = 'OPTIONS', data = []}) -> {200, ?OPTIONS_HEADER, []}; +process([], #request{method = 'HEAD'}) -> + {200, ?HEADER, []}; process(_Path, _Request) -> ?DEBUG("Bad Request: ~p", [_Request]), {400, ?HEADER, {xmlelement, "h1", [],