You are reading a single comment by @Velocio and its replies.
Click here to read the full conversation.
-
But you have broken the link, by making it relative.
http://ridewithgps.com/routes/5248251
That works, it uses//
to anchor the link to the current schema.[http://ridewithgps.com/routes/5248251](//ridewithgps.com/routes/5248251)
But... the catches with that are:It requires the destination site to implement SSL and to serve the same URLs on both http and httpsYou're taking advantage of a bug in my matching of URLs and I'm likely to fix bugs.
Scratch that... it fails as well. Redirection loses the
//
context.
ridewithgps.com/routes/5248251
That's:
[ridewithgps.com/routes/5248251](http://ridewithgps.com/routes//5248251)
The extra / in the URL prevents the embedder from triggering, but ridewithgps doesn't care about it.
Or use an external URL shortening service.