Earlier quoted context omitted.
Yeah, @dang this is what I've been saying. How do you resubmit the same link though? You tack on &attempt=55 to the end?
One trick is to append a period after the TLD. So for the link above, it'd be http://www.independent.co.uk./news/world/americas/i-fell-in-... Notice the period after ".co.uk" and before the "/" E.g. "Example.com./" Having a period after TLD is a valid URL. But rarely seen.
Having a period after the domain tells DNS not to search any search domains setup on the system. If your system was setup with the search domain example.com, www.independent.co.uk could also be evaluated as www.independent.co.uk.example.com (if it had a DNS entry) by your system whereas www.independent.co.uk. can't.