Skip to content

libcURL.EasyHandle.FollowRedirects

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

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.

See also

Clone this wiki locally