Ask Your Question
2

Can the https address be utilized via the --urls parameter in the Web API Service?

asked 2023-06-16 03:21:27 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-16 03:26:01 +0000

lakamha gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-16 03:21:27 +0000

Seen: 8 times

Last updated: Jun 16 '23