
3.0 Web Management
CommFront User Manual
20
5)
HTTPD Client:
The DVS-232-2 uses HTTPD client (or HTTP client), typically used to
communicate with Apache HTTP server, to create a virtual connection between
its serial port and a HTTP server, which can be used for posting or fetching
serial data to / from HTTP server. There are two types of HTTP messages:
requests (client to server) and responses (server to client), each with its own
format.
Requests consist of an HTTP method (GET or POST), a path of the HTTP
server’s resource destination, the version of the HTTP protocol, the optional
headers that convey additional information, and a body for the data.
Responses consist of the version of the HTTP protocol they follow, a status
code (indicating if the request was successful or not and why), a status
message, HTTP headers, and a body containing the fetched data.
-
-
Remote IP: Enter remote IP address or domain name.
-
Remote Port: Enter remote HTTP server’s port number, usually 80.
-
Httpd Method: GET or POST. Use GET if client wants to fetch data from
HTTP server. Use POST if client wants to post data to HTTP server.
-
Httpd URL: Enter the path of the HTTP server’s resource destination.
-
Httpd Header: Enter additional information for the HTTP server.
-
Remove Httpd Header: Enable or disable removal of Httpd header.