REST API HTTP Authentication problem
-
Hi
I’m new using woocommerce;
I’m reading the following manual
http://woothemes.github.io/woocommerce-rest-api-docs/#authentication-over-http
I’m trying authenticate but I get the following error:
{ “Errors”: [{“code”: “WooCommerce api authentication error”, “message”: “Invalid signature – does not match the signature provided”}]}
Info:
Site:
http://redywoo.vics.srlExample
http://redywoo.vics.srl/wc-api/v1/productsconsumer key
[API keys redacted]consumer secret key
[API keys redacted]———————————————-
signature base string
[API keys redacted]signature
[API keys redacted]url
http://redywoo.vics.srl/wc-api/v1/products?oauth_consumer_key=[API keys redacted]&oauth_nonce=9062660784657346&oauth_signature=[API keys redacted]&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1439148955———————————————-
All information provided is real; including the keys.
Once work will generate new keys.I appreciate any help.
Martin
The topic ‘REST API HTTP Authentication problem’ is closed to new replies.