Re: Listening to both HTTP and HTTPS (General questions)

by woddrazen, (4706 days ago) @ Marcus

Marcus,


You need to run two instances. One for HTTP and other for HTTPS. Of course you can do that inside same project.
[code]
Dim WithEvents web1 As wodWebServerCom
Dim WithEvents web2 As wodWebServerCom
[/code]
Drazen

locked

Complete thread: