URL Parser

URL Parser breaks down a Uniform Resource Locator (URL) of a web page into its components and displays them clearly and in decoded form. This is useful for URLs with many, long or encoded parameters.

Website URL:

Example URL:
https://www.google.at/search?q=this+is+an+example+%22search+term%22&client=safari&sca_esv=4558414d504c4521&source=hp&ei=jxEkaPylHPrdxc8Pka_H-QY&iflsig=Gu1fVfNa3knzcyrGuvfVfNaR-Guvf1fNa3knzcyrG&ved=ISEhISAgVEhJUyBJUyBBTiBFWEFNUExFICAhISEh&uact=5&oq=example+search&gs_lp=w5TDpcOywqHOl2d3cy13aXoiw5TDls61ZXhhbXBsZSBzZWFyY2gywqHOl8OUw7vDgsOUw6XDpiBUSElTIElTIEFOIEVYQU1QTEU=&sclient=gws-wiz
Insert as URL

Notes on URL parameters

Since the parameter names are not subject to any standards, they can be freely chosen by site owners. For example, the "q" parameter is used by Google for the entered search term, but this parameter can have a completely different meaning on another website. The parameters are usually not designed for good readability by the user, as they only need to be understood and processed by the website.

However, the parameter names sometimes allow conclusions to be drawn about their use or the meaning of their value. For example, "page=12" will probably refer to page 12 of a document, "sort=asc" or "order=desc" to the sorting of records, "lang=de" to a language, and "affiliateid=123456789" to the ID of an advertising partner.

Were the free content on my website helpful for you?
Support the further free publication with a donation via PayPal.

Read more about support options...