-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.FollowRedirects
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.EasyHandle.FollowRedirects
Dim FollowRedirects As Boolean
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.
- AutoReferer
- CURLOPT_FOLLOWLOCATION 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.