Setting a cookie for cURL to use Setting a cookie for cURL to use curl curl

Setting a cookie for cURL to use


The value of the cookie is 'seepage=1':

curl_setopt($ch, CURLOPT_COOKIE, 'seepage=1');

and you'll need to remove the existing line for CURLOPT_COOKIEFILE