Talk:Requests for comment/URL shortener

Latest comment: 4 years ago by Jdforrester (WMF) in topic Partial implementation

lilurl edit

Stand on the shoulders of giants (or maybe in this case, not giants). Use lilurl, which currently powers ur1.ca and others. --MarkTraceur (talk) 02:11, 14 November 2012 (UTC)Reply

You don't need to be a giant to write 400 lines of code. The coding style is not at a standard we would accept for MediaWiki. Concurrent inserts are not supported and will result in key conflict errors. The symbol alphabet is short compared to most URL shorteners (36), I'm not sure if that's deliberate. The input URL is not validated, so it's possible to have it output a Location header with spaces, nulls, etc. There's no localisation.
I think the best way for us to implement this would be as a MediaWiki extension. The UI could take advantage of the usual MW facilities, and the redirect could be done with a rewrite rule to a special page, like how we do Wikidata redirects. If it's part of MediaWiki, then it will need very little maintenance. -- Tim Starling (talk) 00:58, 17 July 2013 (UTC)Reply
Special:Redirect was designed to provide an extensible base for this sort of thing. You'd just add a 'by hash' method or some such. cscott (talk) 22:32, 24 September 2013 (UTC)Reply

Extension:ShortURL edit

I think it's better than lilurl, but it is limited to redirecting to canonical URLs of articles, it can't redirect to an arbitrary URL, and it can't redirect to a special page. Like lilurl, it is limited to base 36. -- Tim Starling (talk) 01:27, 17 July 2013 (UTC)Reply

base36 was an explicit 'design' decision at the time I wrote it - to avoid issues with 'is that upper case or lower case?'. Yuvipanda (talk) 10:01, 25 September 2013 (UTC)Reply

Tim's implementation suggestion edit

  • A MediaWiki extension.
  • Have a special page UI similar to lilurl etc.: ask the user to submit a long URL, get a small URL back
  • Accept only valid input URLs under WMF-controlled domains, to avoid the maintenance overhead which would come from widespread non-WMF use.
  • Also provide an API module, so that JS can fetch and display a small URL for the current page.
  • Host the redirects at a short domain name, to be purchased.
  • Use a rewrite rule to map short URLs to special page requests, for redirection.
  • Implement using a MySQL table with an autoincrement ID. The ID is converted to a larger base for use in the short URL, similar to Extension:ShortURL.
  • Use base 62 (uppercase, lowercase, digits) or higher.

The idea is to avoid any conceivable use case for external URL shorteners. External URL shorteners are a privacy and reliability concern, and so we should replace them with something in-house. It may be true that many uses of URL shorteners are inappropriate; it may even be that they are entirely redundant and should be discouraged in the strongest terms. However, discouraging them on this RFC is not going to stop them from being used. It's a small project, there are clear benefits, so we should just do it.

RFC authors, please integrate this implementation suggestion with the RFC page if you agree with it. -- Tim Starling (talk) 01:27, 17 July 2013 (UTC)Reply

Would we provide wikidumps of the MySQL table? And de-dup entries? Are there privacy implications (you can find out if someone has already shortened a particular URL, and roughly when)? And please consider reducing the set of characters to remove easy-to-confuse characters, since one of the points of a shortener is to work in environments where the user has to manually type in the URL. I recommend extending Special:Redirect, but cross-wiki redirects would be a New Thing. cscott (talk) 22:32, 24 September 2013 (UTC)Reply
Also, I'm a little concerned with non-en wikis. For example, zhwiki uses the first component of the path to give language variant. We should make sure that the short link for https://zh.wikipedia.org/zh-hant/User:Cscott (for example) doesn't lose any of its components. cscott (talk) 22:33, 24 September 2013 (UTC)Reply
If we just redirect based on the URL itself (rather than a namespace:title combo), I don't think language variants would be a problem. We really should be just using the URL, to support special pages with query strings, fragments, etc. Yuvipanda (talk) 10:05, 25 September 2013 (UTC)Reply
Or gerrit changes, or a dozen other non-wiki things (as was said yesterday). Yeah doing it by URL rather than anything relating to titles is way saner. ^demon[omg plz] 22:21, 25 September 2013 (UTC)Reply
Where exactly would such an extension live? I'm going to guess it should be deployed just once, rather than per wiki - assuming that it is mapping autoincrement ids to URLs. Meta? This would also have complications for the API. Overall this is a proposal I quite like, although I'm not sure if it has to be a Mediawiki extension Yuvipanda (talk) 10:05, 25 September 2013 (UTC)Reply
I'm not entirely convinced it has to be MediaWiki either, but I'm not opposed to it. ^demon[omg plz] 22:21, 25 September 2013 (UTC)Reply
The compelling case for doing this on Mediawiki seems to be the API call and the fact you can get that easily serverside, but I'm not sure we can do that while also making this cross-wiki easily. How about a small daemon doing the generation + api endpoint, with varnish doing most of the actual redirecting? We could have a heavily cached API module available too! Yuvipanda (talk) 08:44, 26 September 2013 (UTC)Reply

IRC meeting 2013-09-24 edit

<MaxSem> I'm in general in favor of https://www.mediawiki.org/wiki/Requests_for_comment/URL_shortener#Full_url_mapping
<TimStarling> I have some strong opinions on URL shortening which I've expressed on that RFC talk page
* brion reads the url shortener...
<Elsie> Can we merge the two RFCs?
<Elsie> I think there are two.
<TimStarling> see section "Tim's implementation suggestion"
<Elsie> https://www.mediawiki.org/wiki/Requests_for_comment/URL_shortener_service_for_Wikimedia
<Elsie> https://www.mediawiki.org/wiki/Requests_for_comment/URL_shortener
<^d> I think the two should be merged, and I like Tim's idea.
<TimStarling> the second was created 2 days ago?
<Elsie> TimStarling: When you say a MediaWiki extension, you mean in addition to ShortUrl?
<Elsie> TimStarling: It seems so, yes.
<ori-l> could https://www.mediawiki.org/wiki/Extension:ShortUrl be adapted to Tim's specifications?
<Nemo_bis> Elsie: they only share 100 & of the first 34 chars in the title
<RoanKattouw> ori-l: Probably yes
<TimStarling> ShortURL was doing something different to what I suggested
<^d> Just rewrite it then.
<RoanKattouw> It already does some of those things, this RFC has a slightly wider scope
<parent5446> sumanah: thanks
<Nemo_bis> Just ensure to kill the link below the page title
<brion> ok i'm just a little lost on what exactly's being proposed by the URL shortener rfc
<Elsie> ^d: s/rewrite/improve/
<Elsie> brion: Generally? People want stable shorter URLs.
<Elsie> For Wikimedia resources.
<sumanah> (especially for non-Latin charsets)
<sumanah> (iiuc)
<^d> Finding a suitable short domain that would work for all projects is hard.
<^d> I've long suggested wi.ki, but Kiribati domains are horribly expensive last I saw.
<brion> specifically, are we talking "short URLs for MediaWiki pages" or "a general shortener that accepts any URL and redirects to it"?
<Elsie> brion: See Tim's third point.
<TimStarling> well, ShortUrl is the former
<bd808> wmf.co is up for auction at godaddy
<sumanah> page 18 of https://commons.wikimedia.org/wiki/File:WMF%27s_New_Global_South_Strategy.pdf mentions various Indic languages, Vietnamese, Tagalog, Bahasa... it's really helpful to some of these folks to have shortened URLs to pass around
<TimStarling> and I am suggesting the latter, except for WMF domains, not any domain
<^d> brion: A general shortener but for all things wmf.
<^d> Is how I understand it.
<Elsie> https://www.mediawiki.org/wiki/Talk:Requests_for_comment/URL_shortener#Tim.27s_implementation_suggestion
<RoanKattouw> Extension:ShortURL is page ID-based, IIRC, so it's per-wiki and only does links to full pages
<^d> Yes, Tim's idea.
<RoanKattouw> Tim's idea is a ur1.ca-like thing except that it limits the domains you can link to
<^d> Right, I like that.
<RoanKattouw> (but allows arbitrary URLs within those domains, not just wiki pageS)
<Elsie> I may re-arrange the Etherpad to put the resolved RFCs on the bottom.
<brion> *nod* ok makes sense
<TimStarling> ShortURL is not page_id based, it is namespace/dbkey
<RoanKattouw> Oh, my apologies
<AaronSchulz> I guess Tim's idea is fine though don't like shorteners in general
<TimStarling> at least in the version I have in front of me
<tyteen4a03> Krenair, oh sorry, nope
<RoanKattouw> I think there was a point in time that it was page IDs, or where I thought it should be page IDs for some reason
<tyteen4a03> Krenair, just a passerby - ignore me :)
<RoanKattouw> I reviewed that extension but it was a long time ago
<sumanah> Krenair: parent5446 is Tyler
<Krenair> okay :)
<RoanKattouw> Re https://www.mediawiki.org/wiki/Requests_for_comment/URL_shortener_service_for_Wikimedia , that shoulld probably be folded into the larger RFC
<^d> "The fee for a second-level domain is A$1,000"
<TimStarling> ok, so you think I should rewrite this RFC into something reflecting my proposal?
<^d> That's not bad :)
<RoanKattouw> which is more complete
<sumanah> hey subbu & gwicke - want the logs of the chat till now? :)
<TimStarling> and then have someone accept it?
<brion> ok… so it feels like we have tim's counter-proposal and …. what tim just said :D
<kylu> out of curiosity, why don't we just have a deal in place with bit.ly like they have for 1.usa.gov ?
<gwicke> sumanah: do you have a link?
<sumanah> gwicke: no, I'd be emailing you a transcript
<^d> TimStarling: Go for it, I'm totally on board with this one.
<RoanKattouw> TimStarling: I think you should start writing it out as a separate section or subpage, probably?
<subbu> sumanah, sure
<subbu> thanks
<gwicke> subbu: that would be handy
<brion> kylu: we have endemic NIH syndrome, based in part on our desire to be self-sufficient and ensure that data remains open :)
<TimStarling> well, an RFC is meant to be a single proposal that is accepted or rejected as a whole
<RoanKattouw> Right, yeah
<Elsie> TimStarling: Does your proposal allow for discerning the target from the short URL?
<RoanKattouw> This is a great process question, BTW
<TimStarling> so it should be modified until it can be accepted
<Elsie> Obfuscation is an issue.
<RoanKattouw> If someone has a substantially different proposal that accomplishes the same goal, should they rewrite the RFC page, or should they write a new one, or what?
<TimStarling> Elsie: you mean an API?
<legoktm> Elsie: Ideally there would be an API that you can pass the shorturl too, and would return the full one
<brion> TimStarling: agreed; my recommendation is we move the rfc into an 'editing' state while you tweak it
<Elsie> TimStarling: I mean /ddsfiodsjf is meaningless.
<cscott> so, would we dump the url-shortener tables from our db?
<Elsie> While a derived key might be more useful /1234.
<cscott> and/or dedup them?
<kylu> brion: dankon.
<Elsie> Where 1234 is a page ID, for example.
<^d> What about linking to things that don't have pageids?
<brion> cscott: something like that yeah (providing data dumps for the redirection)
<Elsie> ^d: Better defined use-cases would be nice, yes.
<brion> ^d: i think utility is maximized by taking in arbitrary URLs, which may include parameters
<Elsie> There's always, y'know, the regular URL.
<brion> just limiting to certain domains
<TimStarling> cscott: I don't think the extension is currently deployed
<^d> brion: That's my point.
<^d> I agree with Tim and you.
<brion> excellent
<sumanah> it is on tawiki, isn't it?
<^d> But Elsie is saying it'd be nice to have the short url mean something.
<manybubbles> Elsie: I think the de-obfuscation is less important since we're limiting it to wmf urls - but still worth doing.
<AaronSchulz> ShortUrl?
<^d> Which is hard, if we're allowing things that aren't normal pages.
<Elsie> ShortUrl is deployed to a few Wikimedia wikis, yes.
<AaronSchulz> I fixed memcached errors with it, so it must be running ;)
<sumanah> yeah, hiwiki, orwiki, tawiki, some others
<Elsie> ^d: Right. enwp.org/foo, even if it stops working, can still be deciphered.
<brion> making the short urls look meaningful is tricky… but one could devise some ideas. it's worth considering as an adjunct
<Elsie> That's a nice protection feature.
<brion> consider also intl issues
<Elsie> We could also make dumps available of the key-values.
<Elsie> If we consider URL titles non-private.
<brion> definitely dumps yes
<Elsie> I'm not sure how private wikis would fit in.
<Elsie> Or links to secret Etherpads. ;-)
<^d> Elsie: But, how do you link to something that's not a wikipage? Like a thumb on commons. Or a page in ganglia. Or something in gerrit?
<brion> don't shorten those ;)
<brion> (secret things)
<csteipp> people will...
<brion> csteipp: not if we block m
<Elsie> ^d: I dunno. Perhaps b for Bugzilla, g for Gerrit... or perhaps we give up on this particular goal. Not sure.
<gwicke> how about using something like enwp.org/foo and deduplicate with a hash suffix for longer urls?
<cscott> TimStarling: no, i mean that keeping the service up "indefinitely" is made easier if archive.org etc can archive our complete table of redirects.
<csteipp> brion: Yep, I'm all for that
<^d> Elsie: We're going to run out of letters :p
<TimStarling> if we rewrite ShortUrl, we can just migrate the existing table into one with a URL as a value instead of namespace/title
<Elsie> We're already at the half-hour mark.
<Elsie> We should move on.
<gwicke> that way urls would be both length-limited and somewhat readable
<Elsie> (In my opinion.)
<cscott> i added some comments to the talk page.
<brion> agreed w/ moving on
<sumanah> I propose that Tim or Brion ask the proposers of those RfCs (on URL shorteners) to look at this discussion & combine/respond
<brion> next steps on this: tim to update the rfc, then we ping mailing list for more discussion. yes?
<TimStarling> yes
<brion> *nod*
<cscott> sure.
<MaxSem> +1
<Krenair> okay

Tracking vs Human readable edit

things like w.org/sdf92d are great for tracking the effectiveness of a share but still aren't that human readable, would we reserve w.org/bats for wikipedia.org/wiki/Bat‎ ?

How would we handle cases where the page title has been used already and now have a mismatch between wikipedia.org/wiki/XXX and w.org/XXX —
Jaredzimmerman (WMF) (talk) 20:09, 30 October 2013 (UTC)Reply

Simple short-url linking script edit

I've made a short script at wikipedia:User:Joeytje50/shortLink that uses http://enwp.org (and http://frwp.org, the only other wp url shortener I could easily find) to automatically find the shortest url that leads to the page you're viewing, including redirects (there's currently nothing in the script that checks if the redirect is redirecting to the page itself, or a section, so the given urls might lead to a section). The script shows either the shortest url, and all urls that are less than 5 characters longer than it, or if that would result in less than 10 urls, it keeps going until the amount of urls is higher than 10, or until all redirects have been added.

The other language Wikipedias do get a button in their toolbox that does this, but those would work via enwp.org interlanguage links.Joeytje50 (talk) 21:19, 29 December 2013 (UTC)Reply

Pro tem / prototype edit

I have implemented a prototype scheme that does not address the privacy concerns, but I can implement (or guide implementation of) such a version for WMF servers, provided some guidance of the complete requirements.

To use this prototype implementation, the steps are:

  1. Create a Bitly short URL at https://bitly.com/, yielding bit.ly/{HASHCODE}
  2. Use URL wmfsl.org/.{HASHCODE}

Notice the required dot prefix on the hash for this pro tem version, added to avoid hashtag collisions with alternate implementations. (The thought is that these pro tem hashtags would be carried forward after formal rollout.)

Example:

  • NOTE 1: This uses the backend Bitly API. Consequently, the normal Bitly statistics/click counts do not get updated.
  • NOTE 2: This will only work for targets hosted at domains (or subdomains of) wikimedia.org, mediawiki.org, and wikipedia.org.

What's missing? What's the next step to get this or something else rolling, forrmally? —Danorton (talk) 22:10, 17 February 2014 (UTC)Reply

Merging of two proposals edit

Just a minor point certainly but I wanted to mention it anyways. Since we are merging two similar proposals as being discussed, I propose the name "URL Shortener Service" or USS for short for this.

The main point from the other proposal I want to put emphasis on is the need for the URL shortener to be compatible with QR code character restrictions for more universal applications of this endeavor. The #Wiki identifier (2): Map wiki-id and accompanying WikiMap on this proposal explain the rationale behind this idea.

Might I also suggest including the URL shortener output to be present in the rendered page code perhaps as a meta tag. This way apps etc would have the short URL code without sending additional queries.

-- とある白い猫 chi? 17:05, 10 April 2014 (UTC)Reply

Current status edit

Yuvi said that this changeset "is the initial implementation of the ShortURL RfC, have clear steps forward. am getting plenty of review from legoktm and MaxSem :) I'll setup a test instance on labs soon". Sharihareswara (WMF) (talk) 17:39, 12 June 2014 (UTC)Reply

Wanted to drop this here in case having another implementation to look at is helpful: https://github.com/praekelt/url-shortening-service/ Sharihareswara (WMF) (talk) 18:39, 7 July 2014 (UTC)Reply
Also, https://gerrit.wikimedia.org/r/#/c/139054/ is merged. Sharihareswara (WMF) (talk) 18:40, 7 July 2014 (UTC)Reply

Are there any allowed shorteners? edit

I want to substitute a COI warning template in a user's talk page, with a custom message at the end, including a link to a disruptive edit they've made. Because the message is parsed by a parser, it doesn't support the = sign in it. I tried prefixing with 1= but that didn't work. So the only solution would be to use a URL shortener. However, all I've tried so far are banned. How can I link to that user's offending edit? -- Dandv (talk) 11:59, 19 February 2015 (UTC)Reply

@Dandv: At enwiki, you can use w:en:template:diff to link it, like so: {{diff|Webix|prev|644387227|optional label}}.
I believe w:en:template:= would also work (but don't have time to test).
The alternative universal option is to use Special:Diff/644387227
HTH. Quiddity (WMF) (talk) 19:27, 19 February 2015 (UTC)Reply
Hi Dandv. You want |2=, not |1=. The "additional text" template parameter is defined as the second template parameter, not the first. The template documentation (which comes from w:en:Template:Single notice/inner, who knew) is currently misleading about this. I'm going to try to improve it momentarily. --MZMcBride (talk) 03:35, 11 August 2015 (UTC)Reply

Four years later ... is there a point? edit

At the time of the proposal of this subject there may have been a case for the implementation. Four years later, WHY? Where is the benefit? Is the benefit bigger than other issues that could be addressed. It seems that we missed the first boat trip, however the boat is back in town, and we don't need to row out this time! — billinghurst sDrewth 02:52, 13 November 2016 (UTC)Reply

TLD edit

Hi folks,

is there a chance to get an own tld, like .wp for domains with language codes (e.g. en.wp/Top-level_domain)? Of course tlds are expensive (about 185.000$) and tlds with 2 digits are only given to countries. But Wikipedia is quite a huge and important resource in the internet, so we could ask for a discount an exception? VanGore (talk) 20:07, 10 February 2017 (UTC)Reply

Partial implementation edit

The URL shortener currently deployed works well for Wikimedia projects, but not for all WMF-controlled domains; the most significant omission being tools.wmflabs.org. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 23:03, 21 January 2020 (UTC)Reply

Not partial, and not accidental. It was scoped to Wikimedia projects, and WMCS-hosted domains are intentionally excluded for obvious security reasons. Jdforrester (WMF) (talk) 20:36, 22 January 2020 (UTC)Reply
Return to "Requests for comment/URL shortener" page.