consumer key and secret as parameters in the URL
-
Hello,
Our customers are experiencing an error message when attempting to use Woocommerce API authentication. The error message is as follows:
{ “code”: “woocommerce_rest_cannot_view”, “message”: “Sorry, you cannot list resources.”, “data”: { “status”: 401 } }
We have attempted to replicate the problem using software tools such as Insomnia or Postman, but unfortunately, our requests were unsuccessful. We have also tried passing the consumer key and secret as parameters in the URL and were able to achieve a successful request. However, we remain unsure if this is a safe method for making requests to the server. We would appreciate any assistance in resolving this matter. Thank you.
- The topic ‘consumer key and secret as parameters in the URL’ is closed to new replies.