undici.fetch-url-hash This repository is used to demonstrate an issue in undici.fetch. At the moment undici.fetch does not handle requests where url constains fragment: URI = scheme ":" ["//" authority] path ["?" query] ["#" fragment] Reproduce npm ci node index.js Result before the fix: Fix Append url.hash here Result after the fix: