Ahh, looking at the headers that httpclient sends again it seems like it's buggy. The `Host` header is completely wrong. Please report this on GitHub: [https://github.com/nim-lang/Nim/issues](https://github.com/nim-lang/Nim/issues)
In case you're interested in trying to fix it, here is the relevant code in the stdlib: [https://github.com/nim-lang/Nim/blob/devel/lib/pure/httpclient.nim#L1094](https://github.com/nim-lang/Nim/blob/devel/lib/pure/httpclient.nim#L1094) (please create a PR if you do manage to fix it )
