FAQ Tag: redirect

How do I drop Muse Proxy rewriting for a source?

There can be cases when you want that an Application Entry Point takes the end-user directly to the remote source without rewriting. For this a boolean flag is used for redirecting after the last but one request by dropping the proxy prefix and parameters and redirecting to the last URL value (after filling in the…

When a Muse session expires (times out)or after my user clicks “logoff” they should be redirected to my web site (or another a

The following must be done to achieve this functionality: 1. Search the $APPLICATION_HOME/www folder for files containing an HTML form called “logoffForm”. 2. In the files found at #1 add the following in the “logoffForm”: , where app_name is the name of the Application you’re working with. 3. In the $MUSE_HOME/web/www/logon folder create a folder…