HandleSpecialURL ->isSSL/https

from App.HandleSpecialURL event, how I will get the information that the request is on https protocol ? I need to ignore requests, if there are not https.

The HTTPS isn’t sanctioned yet, so unless you’re really familiar with where it shines and where it doesn’t, your best bet for HTTPS is a reverse proxy like nginx.

But your best bet if you use the server in secure mode would just be to set --maxSockets=0 when starting up the web app. Then all connections will be secure.

And this would make a good feature request for WebRequest. Secure request is a good thing to know…