Answers needed from those using D for Web Development, Web APIs and Services

Adam D. Ruppe destructionator at gmail.com
Fri Dec 22 18:11:34 UTC 2017


On Friday, 22 December 2017 at 17:42:57 UTC, H. S. Teoh wrote:
> The main reason I went to vibe.d was because of HTTPS support, 
> that cgi.d didn't have.

You shouldn't be running a homemade HTTP server in public. The 
way you should do it is putting the application behind a real web 
server (you can do it with cgi mode or http using a reverse 
proxy, both of which cgi.d fully supports) which is responsible 
for the encryption.


More information about the Digitalmars-d mailing list