Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, the https address can be utilized via the --urls parameter in the Web API service. The --urls parameter specifies the URLs the web host listens to for incoming requests. It can contain one or multiple addresses separated by a semicolon (;). The addresses can include http and/or https protocols. For example, to listen to two addresses, one using http and another using https, the --urls parameter can be set as follows:

--urls=http://localhost:5000;https://localhost:5001