Bug Description
At the moment undici.fetch does not support GET requests with fragments
Reproducible By
See repository to reproduce here
Expected Behavior
undici.fetch should be able to handle fragments in url.
Fix: add url.hash here
Logs & Screenshots
See repo ☝️
Environment
macOS Catalina 10.15.7
Node v16.10.0
Additional context
I would be happy to open PR.
Bug Description
At the moment undici.fetch does not support GET requests with fragments
Reproducible By
See repository to reproduce here
Expected Behavior
undici.fetch should be able to handle fragments in url.
Fix: add
url.hashhereLogs & Screenshots
See repo ☝️
Environment
macOS Catalina 10.15.7
Node v16.10.0
Additional context
I would be happy to open PR.