5. Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : How You Configure the OpenROAD Server .NET Client Gatekeeper2 : Frequenty Asked Questions
 
Share this page                  
Frequenty Asked Questions
Q: How do you provide the username and password on the Initiate method?
A: The username and password credentials may be provided with the flags parameter of the RemoteServer.Initiate() method. For example:
rso.Initiate(..., flags=':testuser:xyz::');
If the username and password are not provided, the user will be prompted to provide the credentials (only on the first Initiate).
Q: What is the URL of the gatekeeper?
A: The URL is the address of the web server, extended by the name of the directory for the web application. For example:
http://myhost/openroad
Or:
https://myhost:443/openroad