Skip to content

libcURL.EasyHandle.MaxRedirects

Andrew Lambert edited this page Sep 14, 2023 · 8 revisions

libcURL.EasyHandle.MaxRedirects

Property Declaration

 Dim MaxRedirects As Integer

Remarks

Gets and sets the maximum number of redirects to follow automatically. In libcurl < 8.3.0 the default is -1, which means unlimited. In 8.3.0 and newer the default is 30.

See also

Clone this wiki locally