GET request string parser

This parser break GET request string to the parameter-value pairs and decodes URL-encoded sequences if needed

This page exists due to the efforts of the following people:

Timur

Timur

Created: 2012-11-27 12:24:12, Last updated: 2021-03-12 16:50:56

This parser breaks HTTP GET request string to parameters (name-value pairs) and decodes URL-encoded values if needed. I guess if a person knows what HTTP GET request is, there is nothing to explain here. I needed this one for work, so I've written it. Enjoy.

PLANETCALC, GET request string parser

GET request string parser

The file is very large. Browser slowdown may occur during loading and creation.



P.S. This one - URL-encoded string decoder might be useful as well

URL copied to clipboard
PLANETCALC, GET request string parser

Comments