Hi, According to https://github.com/golang/go/issues/29865, the `Host` header is ignored is should be set instead using `req.Host` Burrow currently supports setting HTTP headers on for the notifiers. It needs a small change for the particular case of the header `Host`
Hi,
According to golang/go#29865, the
Hostheader is ignored is should be set instead usingreq.HostBurrow currently supports setting HTTP headers on for the notifiers. It needs a small change for the particular case of the header
Host