-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.MaxRedirects
Andrew Lambert edited this page Sep 14, 2023
·
8 revisions
libcURL.EasyHandle.MaxRedirects
Dim MaxRedirects As Integer
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
.
- CURLOPT_MAXREDIRS in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.