HTTP Webrequest with License Key for own Addons

 

Hello,

im new here at MQL4 Forum. I have a big Problem and i dont know how i can fix it.

I habe my own Addons for MT4. I have a website, from where i sell these Addons. After a customer buy a product he gets a license-key via email.

I made, that i can see the license-details via an specially URL like: "MYURL.com/?check-license&security-key=490234n3229432&license-key=1234567890"

Then i get a list like: {"STATUS: active", "LICENSE: XXX"} with a blank page.

Now i want, if a customer have a license-key and our software, he need to put in the license-key inside the MT4 (in our addon). Then the license-key need to stick behind these URL (at "HERE"):  "MYURL.com/?check-license&security-key=490234n3229432&license-key= HERE"

Then the "webrequest" check the URL and shows the informations inside the URL.

How can i do it?

Best regards, and thank you! 

 
Not sure, what you ask for - is it where to place the parameters list?
 
Crunched: How can i do it?

You RTFM and code it.

  1. WebRequest - MQL4 Documentation Version 1
    Sending simple requests of type "key=value"
  2. learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
 
How can I create my linsence key

Reason: