We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
I expected to see the-hash in the output as fragment (or anchor). But it's not listed.
the-hash
Firefox 137.0.1
Public app (it-tools.tech)
The text was updated successfully, but these errors were encountered:
feat(Url Parser): add hash/fragment and host
8b1a8ce
Fix CorentinTh#1560
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)
Sorry, something went wrong.
CorentinTh
No branches or pull requests
Describe the bug
The URL parser comes with a demo URL which is
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)
The text was updated successfully, but these errors were encountered: