Skip to content

URL Parser: parse the fragment (anchor) #1560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thomasw-mitutoyo-ctl opened this issue Apr 11, 2025 · 1 comment
Open

URL Parser: parse the fragment (anchor) #1560

thomasw-mitutoyo-ctl opened this issue Apr 11, 2025 · 1 comment
Assignees
Labels
bug Something isn't working triage

Comments

@thomasw-mitutoyo-ctl
Copy link

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 thomasw-mitutoyo-ctl added bug Something isn't working triage labels Apr 11, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Apr 12, 2025
@sharevb
Copy link
Contributor

sharevb commented Apr 12, 2025

Hi @thomasw-mitutoyo-ctl , fixed in my fork : https://sharevb-it-tools.vercel.app/url-parser (soon deployed)

And if you arr interested in up to date version of it-tools, I made kind of 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants