Announcement

Collapse
No announcement yet.

http request - button - return value

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • http request - button - return value

    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

  • #2
    You can use HTTP.Submit() or HTTP.SubmitSecure() actions to submit a POST or GET request to a remote server and receive the reply.

    Ulrich

    Comment

    Working...
    X