AAEB 1.5 is now available

Adds support for calling your script or app via a config file, enabling the url to be simpler, like this:

YourServer.com/cgi-bin/AppleScript.aaeb

You can also hide the name of your script from the URL and override or supplement the HTTP arguments from Apache (for details, check out the read me file).

Here’s that sample config file.

aaeb
appName=runMeFromApache.app
name=This_is_a_GET_Arg&name2=ThisIsAnotherArg
data=This_is_a_multiline_POST_Arg
anotherArg=5

Added support for suppressing the Reopen event if you are calling an app or script that is already running asynchronously (ACGIs).

Added support for AppleScripts that return Script Objects.

Advertisement
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s