HTTP Script Runner
Execute URL/script
This command line tool allows user to execute any URL or script. He/she can execute an ASP/PHP script with parameters for example.
Remote handling
It is mainly useful in cooperation with Executable accounts in Merak Email Server. It allows user to process some specific script on a web each time a message arrives to executable account. Moreover, user can pass variables such as %%Sender%%, %%Date%% or even the full path name to the arrived message so it can be parsed and processed.
Example
Administrator of Merak Email Server can set an executable account with httprun.exe in the Application field and in the parameters a special formatted URL.
Application: ..\..\httprun.exe
Parameters: "http://wwww.mydomain.com/myscript.php?messagefile=%s" "%%messagefile%%"
Each %s in URL is substituted by a value of following parameters. There can be multiple parameters specified. In this example, the message file parameter is passed and the script can access the file to process it.
Download
Download the software.