How To Download PHP files from Server

I want to download a file and see it's source code but
its a 302 redirect like this:

http://ift.tt/1JLEYK2

<?php
header("Location: http://ift.tt/1HC2toa;);

exit;
?>

i want to download the redirect.php file but when i do it, it downloads the
the file found in www.example2.com I dont know how a http header
redirect works, but does anyone know how can i download the actual
redirect.php file? i tried with a spider simulator to see...

How To Download PHP files from Server

from Programming http://ift.tt/1JLEXGa
via IFTTT
Previous
Next Post »
Thanks for your comment