httpHeaders in httpGet probe does not work for Host header. #24288
Closed
Description
I noticed that httpHeaders were added to the httpGet probe in #20116 to fix #14713
Sadly the httpHeaders addition to the httpGet probe does function correctly for all headers except the Host
header. I think this must be to do with the way net/http
make a special case of the Host header for example and.
I have some code I used to debug the issue that I can share if needed.