Examples of what you can do:
- Parsing with a sample URL
- Extreme pagination (fast forward or fast rewind)
- Tweaking Amazon's URL to get the best bargins!
- Watch YouTube videos which requires login or signup
Parsing with a sample URL
Let's say you have the following URL:
http://username:password@hostname:1234/path?key1=value1&key2=value%20with%20spaces#anchor
Parsing a URL through this website means breaking it into meaningful pieces that you can edit and tweak. For example, parsing the URL above shows you the following breakdown:
Through this form, it's easy to edit, add, or delete any field in the URL. For example you may decide to delete the first key parameter:
The result of the deletion is an updated form and corresponding new Result URL that is clickable:
You may decide to adjust the value for the query parameter "key2" to be: "valueWithoutSpaces". The result of editing any of the URL fields will show up automatically (highlighted in red) in the Result URL area.
Through URLParser.com it's easy to tap into the power of manipulating a URL without having to be a programmer especially with either the Bookmarklet or Firefox Add-On.