UrlTracker
UrlTracker copied to clipboard
Redirects to external site that ends in static file extension is appending a slash at the end.
Example = redirect: "/sample" destination: "https://www.sample.com/page.html"
Result = destination: "https://www.sample.com/page.html/"
The destination server doesn't like this and throws an exception.