TCP/IP Sample Client Program
The HTTP server also supports the CGI "get" operation. For example, these links are equivalent to the selections on the form above: Display IP Address Information: inform.cgi?ipinfo Display Sockets Usage: inform.cgi?sockets Display Route Table: inform.cgi?route Here is a second example CGI form. This form demonstrates posting data in both the standard and multi-part formats. It also demonstrates the use of authentication. The username and password required to access the form are: "username" and "password": Authenticated CGI Form Example |