- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.URL
Andrew Lambert edited this page Nov 26, 2022
·
10 revisions
libcURL.EasyHandle.URL
Dim URL As String
Gets the most recently used URL, or sets the URL to be used next.
Setter accepts URLs as curl would on the command line, allowing you to set the port, host, username and password, etc. simply by setting them in the URL passed to the setter.
Getter returns the effective URL of the most recent transfer. This means the final URL after all redirects, etc. have completed and may not correspond to the original URL. To retrieve the original URL use the GetOption method and pass libcURL.Opts.URL
as the option number.
- CURLOPT_URL in the libcURL documentation
- CURLINFO_EFFECTIVE_URL 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.