Skip to content

Fixes the HTTP/1.1 417 Expectation Failed Bug#43

Open
yvan02 wants to merge 1 commit intoletrunghieu:masterfrom
yvan02:417-Expectation-Failed-Bug-fix
Open

Fixes the HTTP/1.1 417 Expectation Failed Bug#43
yvan02 wants to merge 1 commit intoletrunghieu:masterfrom
yvan02:417-Expectation-Failed-Bug-fix

Conversation

@yvan02
Copy link
Copy Markdown

@yvan02 yvan02 commented Jun 18, 2019

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant