UrlTracker icon indicating copy to clipboard operation
UrlTracker copied to clipboard

Redirects to external site that ends in static file extension is appending a slash at the end.

Open GreyGhostStudio opened this issue 1 year ago • 2 comments

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.

GreyGhostStudio avatar Oct 24 '23 15:10 GreyGhostStudio