Open yvan02 opened 5 years ago
Fixes the "Expect: 100-continue" issue on some endpoints. Error example:
Uncaught Network error: Expectation Failed The expectation given in the Expect request-header field could not be met by this server. The client sent Expect: 100-continue Only the 100-continue expectation is supported. (Code: 417) thrown in /var/www/html/vendor/hieu-le/wordpress-xmlrpc-client/src/WordpressClient.php on line 999
Uncaught Network error: Expectation Failed The expectation given in the Expect request-header field could not be met by this server. The client sent
Expect: 100-continue Only the 100-continue expectation is supported.
(Code: 417) thrown in /var/www/html/vendor/hieu-le/wordpress-xmlrpc-client/src/WordpressClient.php on line 999
Fixes the "Expect: 100-continue" issue on some endpoints. Error example: