Question

Using the Pascal scripting, is there any way to connect to a server and send/retrieve data over http? Browsing through the reference I didn't see any way...

Was it helpful?

Solution

The best way to do this is probably to put that functionality in a DLL and call it from within the Inno-script. There are definitely no HTTP-support functions out of the box.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top