• Resolved jeremyczaicki

    (@jeremyczaicki)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mark

    (@markwolters)

    Hi @jeremyczaicki,

    the WordPress REST API should work fine on SSL. The error returns that the client/secret key is missing from the request. Really Simple SSL won’t alter any requests made, so it’s unlikely Really Simple SSL is removing this key. You could contact the developer of the WooCommerce license manager plugin to see if they have seen this issue before.

    Mark

    Thread Starter jeremyczaicki

    (@jeremyczaicki)

    Thank you for your reply, i will do that.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘problem with REST API’ is closed to new replies.