Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

curl follow redirect php

// follow redirects automatically (HTTP status 301, 302 and the like)
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
 
PREVIOUS NEXT
Tagged: #curl #follow #redirect #php
ADD COMMENT
Topic
Name
4+5 =