Suscipe Domine Traditional Catholic Forum

The Church Door => General Information => Topic started by: Instaurare omnia on August 09, 2022, 11:01:12 AM

Title: URL cleanup: thwart the trackers
Post by: Instaurare omnia on August 09, 2022, 11:01:12 AM
When pasting web links, if at the end of the URL you see a question mark and a string of characters following, DELETE the question mark and anything past it. Google appends these to the linked item as user-specific tracking data for its own purposes.
Going back now to clean up my previous posts here. (Two years out from doing this constantly as a matter of habit; retirement has softened my vigilance.  :-[ )
Title: Sanitized URLs
Post by: TerrorDæmonum on August 09, 2022, 12:24:51 PM
The URL string can contain many things, including trackers, but it should be clear that while HTTP GET (https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods) can be used for tracking, they can also be used for many other things and deleting everything after the ? should only be done when that data is not needed in the link.

Most of the time, it contains session ids and other identifiers which should be deleted so the general advice is good, but it can also have information that is required to link to the desired page. For example, look at the link to any board, topic, or post on this forum: every page is index.php. The actual information for the specific content is through the GET request.

So when doing this, open a private session on your browser and test the sanitized link to ensure it still goes to where you want. Understanding the URL requires a few pieces of knowledge as there are actually many things going on that are processed differently in the OSI networking system.

Also, the tracking strings are not necessarily after a ?. It can be part of the URL as if it were a directory path, so identifying what the actual needed part of the URL is can take a bit of understanding of the particular address. Trimming a URL down to what is actually linking to the resource can take of bit of experimenting. But be sure to test it before sharing.
Title: Re: URL cleanup: thwart the trackers
Post by: Prayerful on August 09, 2022, 04:26:39 PM
VPN or Tor is the most certain solution. Sadly Boss Kman won't allow us to post from Tor.