problem with REST API
-
Hi,
i am using License manager for woocommerce and i need to use REST API with this plugin. Actually i have a problem. When i try to use REST API with this plugin, i do not have access with basic auth and i have well configured thus plugin with consumer key and consumer secret key.
Here is the answer of GET https://www.trunkinator.fr/wp-json/lmfwc/v2/generators
(with POSTMAN i put basic auth in Header) :{
“code”: “lmfwc_rest_authentication_error”,
“message”: “Clé client ou secrète manquante.”,
“data”: {
“status”: 401
}
}i am asking if SSL could block this communication ?
i have to precise that i am not a super wordpress user
THANKS!
The topic ‘problem with REST API’ is closed to new replies.