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.
Following convenience methods are also available by appending them after the token eg. https://url.pwc.com/FHxUpoZ/stats
Returns a string representation of the URL used in the redirect
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.
Returns the shortened URL as a 2D QRCode in a png format with transparency.