Email or username:

Password:

Forgot your password?
Top-level
Stuart Celarier

@dwenius This is perhaps a *little* overstated. I'm a retired software architect here, so believe me there are many good and unharmful uses for query strings, so let's not go overboard. But you're quite right that in many cases they are not absolutely necessary for a given site or page.

To test what is needed and what is not, I will often paste a URL into the Address bar of the browser, try removing a chunk of a suspicious query string, hit Enter and see if it takes me where I want to be.

1 comment
Servelan

@VisualStuart @dwenius A significant number of such strings involve the source of the link, though, and if I clicked on a link from my private e-mail I'd want to take out everything after and including the ?.

Go Up