libcURL.EasyHandle.FollowRedirects - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.FollowRedirects
Property Declaration
Dim FollowRedirects As Boolean
Remarks
Gets and sets whether libcURL will follow HTTP redirection. If set to True then libcURL will automatically follow the Location: header, if present, in HTTP 3xx responses. If set to False (default) then redirects are not followed but the transfer is considered successful.
This property has been superseded by the FollowMode option.
See also
- AutoReferer
- CURLOPT_FOLLOWLOCATION in the libcURL documentation.