Hello! We are doing some evaluation of the Advanced Installer before purchase and quite happy with it so far!
But let me clarify some points, likely somebody could give the advice or the reference to the correct tutorial.
We want to collect the user date (email, user ID, etc) and send it to the server for verification. The questions are:
1. Is the information POSTed to the server is somehow hashed/encrypted ? Is there any way to perform the message hashing in Advanced Installer ?
2. I've read some tutorials and figured out out that property HttpPostServerResponse can be used to check the server response. Our server send the respond as json string in format: {"code":401,"message":"Wrong credentials!"}.
Is it OK for Advanced Installer ?
Any guidance or hints are very much appreciated as we are new to Advanced Installer.
Thanks!
Ihor