MagicAuto |
Top Previous Next |
MagicAuto is a URL-based command line interface to Crash Magic. MagicAuto requires that a user session be active before making any calls. That user session defines available projects and is used to regulate security access.
Note: It is also possible to pass login/password information, which can be encrypted, but the content is sent in clear text and is not recommended. See Automatic login.
All MagicAuto GET calls are formatted as follows:
<ApplicationURL>/MagicAuto/Action=<Action>[?<Param>=<Value>][&<Param>=<Value>]...
For example: http://demo.governmenttools.com/CrashMagicOnline_ISAPI.dll/MagicAuto?Action=home
or
http://demo.governmenttools.com/CrashMagicOnline_ISAPI.dll/MagicAuto?Action=goto&project=OldMain
|