Name
easy:SetOpt_MaxRedirs -- maximum number of redirects allowed
Synopsis
easy:SetOpt_MaxRedirs(amount)
Function
Pass a value. The get number will be the redirection limit amount. If that many redirections have been followed, the next redirect will cause an error (#CURLE_TOO_MANY_REDIRECTS). This option only makes sense if the #CURLOPT_FOLLOWLOCATION is used at the same time.

Setting the limit to 0 will make libcurl refuse any redirect.

Set it to -1 for an infinite number of redirects.

Inputs
amount
input value

Show TOC