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
I'm using the Rest API with oAuth1 outside the Wordpress environment. Unfortunately it kept failing on a 'patch' request with error rest_oauth1_unknown_http_method.
As far as I have been able to test, the only missing piece of code missing is in check_oauth_signature (class-wp-rest-oauth1.php) to recognize 'patch' to use the post params. I've patched this in pull request #198
The text was updated successfully, but these errors were encountered:
I'm using the Rest API with oAuth1 outside the Wordpress environment. Unfortunately it kept failing on a 'patch' request with error rest_oauth1_unknown_http_method.
As far as I have been able to test, the only missing piece of code missing is in check_oauth_signature (class-wp-rest-oauth1.php) to recognize 'patch' to use the post params. I've patched this in pull request #198
The text was updated successfully, but these errors were encountered: