Need get lmfwc/v1/licenses/{license_key} and some problems
-
First of all this is useful API I’m very impressed just need some more optimize.
Question 1.
I need api command get lmfwc/v1/licenses/{license_key} for external user (eg. call from desktop applciation) user just send the license_key (eg. 2521-DF2A-5BE1-41D6) and get information (eg. expire date) but i found just lmfwc/v1/licenses/{id} user should not know id of license key.Question 2.
How to remove authorized API keys with new api command (that I requested in Question 1) because user in desktop application might not have api key.Question 3.
How to test in local without SSL enable now i call with no SSL result at below.{ "code": "lmfwc_rest_no_ssl_error", "message": "The connection is not secure, therefore the API cannot be used.", "data": { "status": 403 } }
Thanks in advance.
- The topic ‘Need get lmfwc/v1/licenses/{license_key} and some problems’ is closed to new replies.