Icinga/icingaweb2-module-vspheredb

Do not explicitly set Host header for requests

Thomas-Gelf opened this issue · 1 comments

Expected Behavior

It seems that libcurl in RHEL 7 adds a Host header (from the requested URL), even if the given curl options already have a host header. This leads to a duplicate Host header, and in combination with a security-sensitive Proxy server, this might lead to dropped requests.

For compatibility reasons, we now stop explicitly setting that header

Fixed with 7556028