Skip to main content
Solved

FME Server Shortest Direct URL

  • January 29, 2018
  • 2 replies
  • 75 views

philippeb
Enthusiast
Forum|alt.badge.img+22

Is it possible with FME Server to create a shortest direct URL? (like in Google Maps, when we share a map, we have this option)

I've pasted my URL in Notepad and it seems that I have 500 characters.

This is not a beauty into an email and it is not so nice to copy paste for anyone.

And for a newbie, all the information into the URL isn't very useful.

Thanks.

Best answer by david_r

What Google Maps is doing is basically creating a short alias for the long URL, it's not a "direct URL" as such.

What you're seeing is a URL shortener, there are several to choose from, here's an overview of some: https://www.lifewire.com/shortening-long-links-3486603

I'm sure there are some that gives you a simple API for creating the short URLs, which you could access e.g. with a HTTPCaller.

Personally I avoid using URL shorteners because I don't like clicking on a link I'm not sure where it's taking me. There might also be some anti-spam mail filters that will take an extra close look at mails containing the most common URL shorteners, so there's that to consider as well.

My recommendation would be to send the email with HTML encoding (rather than plain text), that way you can format URL as you want.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • January 30, 2018

What Google Maps is doing is basically creating a short alias for the long URL, it's not a "direct URL" as such.

What you're seeing is a URL shortener, there are several to choose from, here's an overview of some: https://www.lifewire.com/shortening-long-links-3486603

I'm sure there are some that gives you a simple API for creating the short URLs, which you could access e.g. with a HTTPCaller.

Personally I avoid using URL shorteners because I don't like clicking on a link I'm not sure where it's taking me. There might also be some anti-spam mail filters that will take an extra close look at mails containing the most common URL shorteners, so there's that to consider as well.

My recommendation would be to send the email with HTML encoding (rather than plain text), that way you can format URL as you want.


philippeb
Enthusiast
Forum|alt.badge.img+22
  • Author
  • Enthusiast
  • 329 replies
  • January 30, 2018

Your recommandation makes full of sense. Thanks!