Fetch failed when setting host: header correctly · Issue #2318 · nodejs/undici
Reproducible By $ node Welcome to Node.js v18.13.0. Type ".help" for more information. > const { fetch } = require('undici'); undefined > await fetch("https://bing.com/translator", { headers: { hos...