Skip to content

Getting error json_oauth1_signature_mismatch when calling methods with data #5

@kristofdidrickson

Description

@kristofdidrickson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions