URL Parameters

<< Click to Display Table of Contents >>

Navigation:  waterRIDE CLOUD > Administration >

URL Parameters

URL parameters can be used to specify a specific project to open when accessing waterRIDE CLOUD. However, these projects must be part of the Central Projects list in an Enterprise configuration (Enterprise is configured by default for hosted Cloud installations).

The project must be added to the query section or the URL (after the '?'). For example, if your URL to access waterRIDE is https://demo.waterRIDE.net/Demo/ then you could load a project called "demo project.vmmap" using any of the following URL's (note that quotes must be used if the project file has spaces in its name):

https://demo.waterRIDE.net/Demo/?"demo project.vmmap"

https://demo.waterRIDE.net/Demo/?"demo project"

https://demo.waterRIDE.net/Demo/?project="demo project.vmmap"

https://demo.waterRIDE.net/Demo/?project="demo project"

 

Note that the use of named=value pairs ("project=projectfilename") allows you to include multiple parameters in any order. If you do not use the name=value pairing, the first parameter must be the project name to load.