Skip to content

libcURL.EasyHandle.HTTPPreserveMethod

Andrew Lambert edited this page Jan 7, 2023 · 7 revisions

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

Clone this wiki locally