You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: fix incorrect claim about Host header in fetch
Host is restricted in Node.js fetch because undici disallows setting
it to align with Cloudflare Workers and Deno behavior (undici#2322).
Change "No forbidden headers" to "Fewer forbidden headers" and note
the Host restriction.
0 commit comments