bauhsoj
09-12-2007, 01:31 PM
How could I prevent CURL from getting stuck in an infinite redirect loop in a manner similar to the way Firefox does without limiting overall valid redirects using CURLOPT_MAXREDIRS?
I only want to stop execution if the pages keep redirecting to the same page a max number of times.
I only want to stop execution if the pages keep redirecting to the same page a max number of times.