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
Hi, I'm just try to post some data using an authenticated request. Nothing crazy or special. Any calls that don't involve data work fine, but when I try to pass a data object to the same Wordpress OAuth instance, I get this error:
{ code: 'json_oauth1_signature_mismatch',
message: 'OAuth signature does not match',
data: { status: 401 } }
Which would suggest there's a bug in generating the signature when there's data involved.
The text was updated successfully, but these errors were encountered:
Hi, I'm just try to post some data using an authenticated request. Nothing crazy or special. Any calls that don't involve data work fine, but when I try to pass a data object to the same Wordpress OAuth instance, I get this error:
Which would suggest there's a bug in generating the signature when there's data involved.
The text was updated successfully, but these errors were encountered: