URL Shortener Microservice

Pass in a URL as parameter and you will receive a response URL with a 4 digit number, which you can use as a shortcode to redirect to the corresponding page.

Insert the URL as parameter

https://daa-url-shortener-microservice.glitch.me/http://www.iyengar-yoga-horgen.ch

Output

{ "original_url":"http://www.iyengar-yoga-horgen.ch", "short_url":"https://daa-url-shortener-microservice.glitch.me/4606" }

Use the shortcut link

https://daa-url-shortener-microservice.glitch.me/4606

Will be redirected to

http://www.iyengar-yoga-horgen.ch