Accessing the Web Applications through Direct Links
The MultiTrans Web can be accessed directly, using a link from another web page. To use a direct link, an account that does not require a password (for example a guest account) must be created.
To access the TextBase Web directly:
http://servername/MultiTransWeb/TextBase/Account.mvc/DirectAccess?languageCode=en-CA&username=guest
To access the TermBase Web directly:
http://servername/MultiTransWeb/TermBase/Account.mvc/DirectAccess?languageCode=en-CA&username=guest
The servername, language code and user name areas must be modified to suit your individual needs:
- servername is the name of the server on which your MultiTrans Web application is installed;
- username is the name of the user, not requiring a password, that is used to connect. Whatever profile is given to that user determines the access rights allowed through the direct link.
- languageCode determines the interface language of the application. The possibilities are: en-CA (English), nl-NL (Dutch), fr-CA (French), de-DE (German), pt-PT (Portuguese) and es-ES (Spanish).
Note that the direct links use a "GET" instead of a "POST". If this is an issue for your organization, the direct links must be created with JavaScript.