-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.HTTPPreserveMethod
Andrew Lambert edited this page Jan 7, 2023
·
7 revisions
libcURL.EasyHandle.HTTPPreserveMethod
Dim HTTPPreserveMethod As Boolean
Gets and sets whether libcurl will automatically convert POST
requests into GET
requests when automatically following HTTP 301, 302, or 303 redirect responses. The default is False
, which means auto-conversion is enabled.
The 307 and 308 redirect responses explicitly forbid converting the request method, and so are not affected by this property.
- CURLOPT_POSTREDIR 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.