[bugfix] Set the Host header within the signing transport (#2799)

This commit is contained in:
kim
2024-04-02 13:28:36 +01:00
committed by GitHub
parent d61d5c8a6a
commit e664d0918b
7 changed files with 3 additions and 9 deletions

View File

@ -97,7 +97,6 @@ func (p *Processor) DebugAPUrl(
req.Header.Add("Accept", string(apiutil.AppActivityLDJSON)+","+string(apiutil.AppActivityJSON))
req.Header.Add("Accept-Charset", "utf-8")
req.Header.Set("Host", url.Host)
// Perform the HTTP request,
// and return everything.