Hi everybody,
In our installation process, we have to request a licencekey via http. The API returns valid or not_valid back. But haven't found a solution how to send a http request from the installation-process.
Can anybody help us with this issue?
Best
Jan
Announcement
Collapse
No announcement yet.
Search Result
Collapse
2 results in 0.0102 seconds.
Keywords
Members
Tags
-
http request - button - return value
-
-
HTTPS plugin for Setup Factory?
Should the HTTP actions work with an HTTPS site? I had this code for the old HTTP site:
Debug.ShowWindow(true);
sz = HTTP.GetFileSize("http://www.mysite.com/files/testfile.txt", MODE_BINARY, 10, 80);
Debug.Print("Size="..sz.."\r\n");
-- displays...Last edited by commhorizons; 06-14-2020, 10:46 AM.
-