Skip to content

Invalid Signature for multiple filter parameters #8

@norbert-sebok

Description

@norbert-sebok

I get 401 status code and this error if I try to use more than one filter parameters:

{u'errors': [{u'message': u'Invalid Signature - provided signature does not match', u'code': u'woocommerce_api_authentication_error'}]}

I'm using v3.

One parameter works well:

api.get('orders?filter[limit]=1000')
api.get('orders?filter[created_at_min]=2015-01-03')

But there is an Invalid Signature error for multiple filter params:

api.get('orders?filter[limit]=1000&filter[created_at_min]=2015-01-03')

The example from the REST API docs is failing too:

api.get('orders?status=completed&filter[created_at_min]=2013-11-01&filter[created_at_max]=2013-11-30')

Am I doing something wrong? Or is there a bug in the generate_oauth_signature method?

Metadata

Metadata

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

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy