It seems like the engine completely breaks all links that use a URI with a scheme other than 'http' or 'https'. Web != Internet, guys! ;)

For example, the market scheme links to the Android market:
market://details?id=com.google.zxing.client.android (<-- if it worked, you'd see a link here)

I can also think of a number of relevant schemes for the Gaming SE, e.g. the steam scheme:
steam://store/400/ (<-- if it worked, you'd see a link here)
And various smaller ones which are specific to certain games to install mods, add-ons, etc.

And here's a real life example: Android SE: Is there a good app for monitoring the amount of data traffic? If this link wasn't broken, I could just click it and my phone would start installing the app or show the search results.

share|improve this question
Looking at your post source, for completeness, I should mention that this doesn't work with either the inline or referential link syntax. – Jon Seigel Nov 28 '10 at 16:56

1 Answer

We don't support any URIs other than ones we have whitelisted, which is http, https, and ftp.

share|improve this answer
Yes, that's my complaint. URI schemes are a great way to bridge over from the web to the other parts of the internet. It's a shame that this isn't supported by the SE platform. – hheimbuerger Nov 29 '10 at 8:14
1  
Is there a reason why these schemas are blessed, as opposed to others? Nevermind TinyURL does cross-schema redirections -- a good thing, if you ask me. – badp's kitten Nov 29 '10 at 9:11
@radp: Of course this a) makes people less likely do link to other schemes when it makes sense (a bad thing) and it b) hides the actual link target from the reader (a very bad thing). – hheimbuerger Dec 3 '10 at 0:11

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged