Dynamic Content

This feature is only available in µC/HTTP-server.

Dynamic Content with Token Replacement

The µC/HTTP-server has an additional feature to replace tokens inside HTML or plain text files to allow dynamic contents.

See section  Token Replacement Configuration  to enable the Token Replace feature.

See section Token Replacement for more information on how to use this feature.

Dynamic Content with Web Browser JavaScript Code

Another way of doing dynamic content in your web page is by using JavaScript code that will be executed on the Web browser (HTTP client) side. With JavaScript and AJAX you can send regularly HTTP requests to the server to fetch specific values. It is therefore possible to refresh some parts of an web page without reloading all the page. On the server side, you will need to use the offered hook functions to customize your server behavior.

See section Response Body Data for additional details on own to edit the HTTP response for specific request.