-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.FollowRedirects
Andrew Lambert edited this page Sep 17, 2015
·
9 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
- CURLOPT_FOLLOWLOCATION in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.