URL Shortening Service
Shorten your long URLs

URL Shortening Service

Your short links

    How to use

    Users can enter any URL which will be stored with a random key. Service will return a new URL which will be much shorter then the original. For instance: https://www.pwc.com/gx/en/about/purpose-and-values.html can be shortened to https://url.pwc.com/FHxUpoZ

    In the above example FHxUpoZ is refered to as token. Whenever user invokes a shortened URL, token part will be used to retrieve the original link and to initiate a redirect.

    Parameters

    Following convenience methods are also available by appending them after the token eg. https://url.pwc.com/FHxUpoZ/stats

    /details

    Returns a string representation of the URL used in the redirect

    /stats

    Returns basic statistics for the shortened URL from the Azure Application Insights using KUSTO query. Please note, that no user data is stored in Azure for this service.

    /qrcode

    Returns the shortened URL as a 2D QRCode in a png format with transparency.