jjk2 Posted May 2, 2009 Share Posted May 2, 2009 so how can i skip redirects when using cURL to fetch pages ? some sites have redirects of 20 seconds, and do not want to wait 20 seconds... Link to comment https://forums.phpfreaks.com/topic/156559-how-to-skip-or-shorten-redirect-when-using-curl-to-dl-page/ Share on other sites More sharing options...
GingerRobot Posted May 2, 2009 Share Posted May 2, 2009 Umm...i suppose you could parse the page and find out where you're going to be redirected to and go their yourself. However, if the site is employing something to stop you doing that manually (e.g. recording a timestamp), it wouldn't work anyway. Link to comment https://forums.phpfreaks.com/topic/156559-how-to-skip-or-shorten-redirect-when-using-curl-to-dl-page/#findComment-824360 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.