|
|
|
|
|
by sjs
5880 days ago
|
|
It's a standard http 301 redirect, not a "funky redirection layer". /Users/sjs % curl -i http://xrl.in/33qj
HTTP/1.1 301 Permanent Redirect
Date: Sun, 09 May 2010 00:38:19 GMT
Server: Apache
Location: http://www.donationcoder.com/CodingSnacks/index.php
Content-Length: 0
Content-Type: text/html
|
|
Bit.ly see's your xrl.in and does a request. They find 301 and the location at donationcoder.com. They conclude "this site is ok". Later, the xrl.in url is changed to <malware link>.
They aren't going to do a request to every url they're linking to on every click, obviously. So they'd only get the one chance.
Now, I'm not actually sure that xrl.in lets you change links after shortening. The point is that bit.ly doesn't know either.