=========== HTTP Server =========== To enable HTTP transport, you need to configure the server and add the corresponding endpoint URL. You don't need to specify JSON or Binary encoding; the server will automatically detect it using the MIME type of HTTP request. Currently, the server supports only the secure policy "None" for OPC UA messages over HTTP. Security in this case is provided by HTTPS. If you choose to use HTTP, be aware that messages are not encrypted or signed. Example ------- .. literalinclude:: ../examples/server/server_http.lua :language: lua `Full source <../_static/server/server_http.lua>`__