내가 자꾸 까먹어서 쓰는 개발 이야기/PHP

curl 사용 시 페이지가 redirect 되는 경우

FIL. 2014. 11. 5. 16:52
728x90

옵션을 지정 해 주지 않으면 Moved Permanently 등의 메시지와 함께 해당 페이지를 불러오지 못한다.


curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);


위와 같이 옵션을 추가하여 해결할 수 있다.



출처 : http://stackoverflow.com/questions/22296828/php-curl-says-moved-permanently-when-posting-to-a-virtual-host