it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

URL Parser: parse the fragment (anchor)

Open thomasw-mitutoyo-ctl opened this issue 9 months ago • 1 comments

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)

thomasw-mitutoyo-ctl avatar Apr 11 '25 09:04 thomasw-mitutoyo-ctl

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)

sharevb avatar Nov 02 '25 12:11 sharevb