• I may be missing something, but does this plugin do any checking to verify the response is actually coming from the correct server? Couldn’t someone using the plugin simply modify the code to check against a different server that returns a valid response?

Viewing 1 replies (of 1 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    but does this plugin do any checking to verify the response is actually coming from the correct server?

    Yes it does. The following is part of the check it does. This information can be found in the link below.

    If all the checks pass and the license key which was submitted is valid, the License Manager will return a JSON encoded response which will contain within it a result parameter which will be set as follows:
    ‘result’ => ‘success’, ‘message’ => ‘License key activated’

    Couldn’t someone using the plugin simply modify the code to check against a different server that returns a valid response?

    No.

    Check the following documentation software-license-manager-plugin-for-wordpress to learn more.

    Let me know if you need more information.

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Validate Response / Prevent Fake Response’ is closed to new replies.