A simple HTML code:
image.php is a script that returns a random Redirect to a static image wi
Try a 307 redirect
But if you're stuck trying to get to a link that won't work due to a cached redirect...
This doesn't clear the cache but it's one quick and possible route around it if you're pulling your hair out trying to get to a link that has been redirect cached.
Copy the link address into the address bar and add some GET information to the address.
EXAMPLE If your site is http://example.com
Put a ?x=y at the end of it
( example.com?x=y ) - the x and y could be anything you want.
If there is already a ? in the url with some info after it
( example.com?this=that&true=t ) - try to add &x=y to the end of it...
( example.com?this=that&true=t&x=y )