HTTP Tutorial - HTTPS

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

Lobster_data provides 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.


HTTPS

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.