You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
khungate edited this page Jul 25, 2023
·
6 revisions
Welcome to the guide on Configuring the CURLOPT_HTTP_VERSION in the MailChimp for WooCommerce Integration. This guide will help you understand how to select a specific HTTP protocol version when using PHP CURL.
Overview
Selecting the HTTP Protocol Version
At times, your server might require a specific HTTP protocol version when using PHP CURL. By default, the plugin uses CURL_HTTP_VERSION_1_1, but you have the option to select any valid CURL setting. For more details on valid settings, you can refer to the official CURL documentation.
Implementation
Steps
To specify a different HTTP version, follow these steps:
Open your wp-config.php file.
Add the following line of code to define the desired HTTP version: