it-tools
it-tools copied to clipboard
URL Parser: parse the fragment (anchor)
Describe the bug
The URL parser comes with a demo URL which is
https://me:[email protected]:3000/url-parser?key1=value&key2=value2#the-hash
It analyzes the URL and splits the URL into its parts.
What happened?
I expected to see the-hash in the output as fragment (or anchor). But it's not listed.
System information
Firefox 137.0.1
Where did you encounter the bug?
Public app (it-tools.tech)
Hi @thomasw-mitutoyo-ctl , fixed in my fork : https://sharevb-it-tools.vercel.app/url-parser
And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)