Any ideas if bit.ly is doing anything other than simple Location: header to redirect users?
Facebook is able to parse info about final destination when using bit.ly link, but not my project http://guubo.com/aaaaab links that use simple Location: header.
I checked bit.ly headers, they look ordinary.
I looked into it further. Try the following from the command line
You can then look at the contents of
headers.txt, which will look likeSo, no, they’re doing a normal 301 redirect. You can do the same inspection in your PHP code using PHP’s curl bindings to get the headers to figure out the real site if you want.