Web Applications Portal: Parameters in URL address

If you want to bypass Terminal Service Plus standard logon Web Access page when using the Web Applications Portal and go directly to the Web Applications Portal page, you must specify several parameters in the URL address:

  • user login
  • user password
  • user domain
  • server
  • port
  • client type (HTML5 or Windows)

Here is an example of a full URL address for user "demo" with password "demo" on our demo server with an HTML5 client:

https://demo.tsplus.net/index_applications.html?user=demo&pwd=demo&domain=&server=127.0.0.1&port=3389&type=html5

The domain, server, port and type parameters being optional, the following URL address has exactly the same behavior:

https://demo.tsplus.net/index_applications.html?user=demo&pwd=demo

To use a Windows client, use:

&type=remoteaccess

Using those parameters in the URL address, you can go directly to the Web Applications Portal page.

You do not have to specify all these parameters at the same time: the parameters not specified will have their default configured value.

If you wish to bypass Terminal Service Plus standard logon when using theconnect with the HTML5 client, check this page.