HTTP tutorial - HTTPS

The HTTP server is a central component as it receives and processes the requests and data from an HTTP client.

We provide you with a fully-fledged HTTP server that supports the secure sibling protocol HTTPS in addition to the 'normal', unencrypted HTTP.

Instructions for setting up HTTPS can be found here: HTTPS Listener.

Important note: For security reasons, you should always use HTTPS. Ultimately, ordinary HTTP is a pure text protocol that can in principle be read without any problems.