Back to all

HTTP Server for Beginner

Create your own HTTP Server and small API.

An HTTP server accepts requests via HTTP or HTTPS. A user agent triggered communication by initializing a request. The server responds with the content of the requested resource.

This template defines two URL paths to get different responses from the server. An error message is returned if an unknown path is used in the request.

How it works:

  • Start the App to start the HTTP server
  • Open the HTTP Server menu (drop-down menu in the top right corner) and copy the base URL
  • Add either “/path1” or “/path2” to the URL and paste it into a browser
  • The HTTP server will respond to the request
Newsletters icon

Subscribe for monthly updates