Integrating an Embedded Web Server in a dedicated device presents special requirements on the server in terms of memory consumption, performance, security and functional requirements. The Interpeak Secure Embedded Web Server is a versatile, configurable, high performance HTTP server that has low ROM and RAM footprint. It is specifically designed for operating in an embedded environment.

Embedded Web Server Data Sheet

Since the HTTP protocol does not contain any security features, the HTTPS protocol was invented. It introduces Secure Socket Layer (SSL) functionality in the communication between the Web Server and the browser. This almost eliminates the risk of security breaches, and has now become the de facto standard for secure web communication.

The Interpeak Secure Embedded Web Server has built-in support for Interpeak SSL, an extensive implementation of the SSL protocol. The SSL support is configurable, and can be removed to get minimum footprint.

> Embedded Web Server Data Sheet
> Request More Info



 

Interpeak Embedded
Web Server Features

  • Dual Internet protocol versions supported (IPv4 and IPv6).
  • Supports early versions of the HTTP protocol <1.0.
  • Supports HTTP/1.0 (RFC1945) and HTTP/1.1 (RFC2616).
  • Supports HTTP methods GET, HEAD and POST.
  • Supports incoming entities.
  • Implements persistent connections (HTTP/1.1).
  • Supports pipelined requests (HTTP/1.1).
  • Supports chunked mode transfer encoding.
  • Implements access authentication (RFC2617).
  • Sends target system files upon client requests.
  • List directory contents on the target file system.
  • Supports precompiled HTML files (HTML compiler included).
  • Supports custom function hooks in a CGI-like fashion.
  • Implements public API for sending HTML responses.