Open
Description
In UrlShortener.cs
around line 109 the cleaning should be inside the object ShortUrlEntity
string longUrl = input.Url.Trim();
string vanity = string.IsNullOrWhiteSpace(input.Vanity) ? "" : input.Vanity.Trim();
string title = string.IsNullOrWhiteSpace(input.Title) ? "" : input.Title.Trim();
┆Issue is synchronized with this Trello card by Unito