Server Base URI
The VersionOne application is a web application. It contains many resources accessible by URLs. The server base URI is common to all the resource URLs. By convention, the server base URI does not have a trailing slash.
From the login URL, remove "/Account.mvc/Login". From My Home -> Getting Started, remove "/Default.aspx" and everything that follows. The following shows some examples.
URL | Server Base URI |
---|---|
https://www14.v1host.com/v1sdktesting/Account.mvc/LogIn | https://www14.v1host.com/v1sdktesting |
http://versionone.example.com/Default.aspx?menu=MyHomeEnterpriseGettingStartedPage&feat-nav=-m1 | http://versionone.example.com |