libcURL.EasyHandle.HTTPPreserveMethod - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.HTTPPreserveMethod
Property Declaration
Dim HTTPPreserveMethod As Boolean
Remarks
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.
See also
- CURLOPT_POSTREDIR in the libcURL documentation.