Curl detection of redirect

This URL:

Internet Archive Wayback Machine

..will redirect to this URL when using a browser:

https://web.archive.org/web/20140110200053/http://rapor.tuik.gov.tr/reports/rwservlet?adnksdb2&ENVID=adnksdb2Env&report=wa\_idari\_yapi\_10sonrasi.RDF&p\_il1=17&p\_yil=2012&p_dil=2&desformat=html

But when accessing the first URL with curl (or wget) there is no information about the redirect and it ends up a 404. Can the redirect information be obtained somewhere or somehow from the command line such as with curl or wget? I've looked at the headers and HTML body with no luck and can't figure out where the browser obtains the redirect URL from.