Steps: - make a RequestHeadersBuilder with authority be (“[api.pinterest.com](api.pinterest.com)”, *) - add a `test` header: add(“host”, “[api.pinterest.com](api.pinterest.com)”) - send request - then will see dns resolution error. In my testing, my host appears to be “[api.pins.com](http://api.pins.com/), [api.pins.com](http://api.pins.com/)” in tracing a DNS error.  Not sure if this is a known issue. I had to remove `host` to work around this.