Query String Splitter

gamestoenjoy

Addicted
Joined
Jan 30, 2010
Messages
928
Reaction score
98
FP$
2,481
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
 
Back
Top Bottom