Is there a way to follow redirects with command line cURL?

后端 未结 3 1315
礼貌的吻别
礼貌的吻别 2020-11-29 15:33

I know that in a php script:

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);

will follow redirects. Is there a way to follow redirects with

3条回答
提交回复
热议问题