Live data from Hacker News

URL shorteners set ad tracking cookies

ylukem.com

211–213 of 213 posts

Re: URL shorteners set ad tracking cookies

#211

Earlier quoted context omitted.

It is a shame that T.LY displays only the footer without JavaScript enabled instead of degrading gracefully. Surely a plain HTML form that POSTs should suffice? I'm not sure how much work it would require for you to support this, but it would help cement your place as a good web actor if you're so inclined!

Sorry about that. I honestly didn't think anyone browsed the web without javascript enabled. How common is that? We do offer a simple to use api that you could build on top of to shorten link. Also an extension that offers the ability to shorten a url in one click. API Docs: https://t.ly/docs/ Extension: https://t.ly/extension

NoScript is my starting point, and I'd need to really need a site to enable it globally.

Re: URL shorteners set ad tracking cookies

#212
post #96
post #93

Earlier quoted context omitted.

Hmmm. My browser complained that you’re running three trackers on that site (google, cloudflare and digital ocean).

Are you seriously equating "has an image hosted on digitalocean" (which probably hosts the entire site) with "tracking"?

No. It said they were trackers operated by those companies.

Re: URL shorteners set ad tracking cookies

#213

This is really interesting. I suppose tiny url gets a kicked back from their ad network for this. I'm the creator of the URL shortener (T.LY) and a Link Unshortener tool. I spend most of my development time fighting bad actors. My goal is to have a legitimate competitor to bitly that people benefit from. We do not set any cookies on redirects but do use cookies for authentication for users. T.LY: https://t.ly/ Link U…

> We do not set any cookies on redirects but do use cookies for authentication for users

You also set cookies on every request apparently. What are they for?

    $ curl -Is https://t.ly/ | grep -ic set-cookie
    3
Post reply on HN