API oAuth1 error
-
Hello everyone,
I am trying to integrate with WC using REST API.
Unfortunately, due to a bad hosting solution selected, I cannot install SSL on the sandbox domain. Only on the main domain, but at the moment this project is just starting.
So I am using the http authentication with oAuth1, but I get the following response
{
“code”: “woocommerce_rest_authentication_error”,
“message”: “Invalid signature – provided signature does not match.”,
“data”: {
“status”: 401
}
}I am using Postman to send the request, the key/secret are definitely correct, I am doing exactly what this guy does in this post, but I can’t get list of orders.
The server is nginx/1.15.6, I have tried creating new keys, tried passing parameters on url, tried a terminal curl command. No successful results until now. Can it be a problem/configuration on the server I need to request from my hosting provider ? Their support is abysmal, I contacted them and the response I got was “Where exactly do you see this error” LOL and I never use the LOL abbreviation for the last 10 years.
I ‘ve lost almost a day on this, I am desperate.
- The topic ‘API oAuth1 error’ is closed to new replies.