Tag Archives: Curl Location redirect
Web Developement Blog: Curl Location redirect while open_basedir is set
Posted on 27. Mar, 2009 by admin.
0
Recently on the Web Developement Blog, Olaf showed how to do a Location redirect with cURL
A simple link checker
If you need to check URLs and if you need a script that has to follow possible redirects, you need to use Curl. The option CURLOPT_FOLLOWLOCATION will follow each redirect until the curl client has reached [...]
