gamestoenjoy
Addicted
When we encounter a URL containing parameters we would like many times to inspect the parameters and their values.
For example the URL that appears when clicking a result in Google search:
https://www.google.co.il/url?sa=t&rct=j ... 1572,d.bGg
There is a tool that enable us to inspect those parameters and even sort them alphabetically.
You can enter the URL I gave and see the parameters that Google send, quite interesting 🙂
Here is the link: Query String Splitter
For example the URL that appears when clicking a result in Google search:
https://www.google.co.il/url?sa=t&rct=j ... 1572,d.bGg
There is a tool that enable us to inspect those parameters and even sort them alphabetically.
You can enter the URL I gave and see the parameters that Google send, quite interesting 🙂
Here is the link: Query String Splitter







