guides:programming:programmers_reference_manual:inet_test_connect

Inet_Test_Connect function

Internet procedure, executed from a Web browser, that tests whether OECGI/OECGI2 is running on a Web server.

Inet_Test_Connect(Request)

Note: Request is any text after the string INET_TEST_CONNECT?

The Inet_Test_Connect function has the following parameter:

ParametersDescription
Request[in] HTTP-request.

Incoming request as an HTML script, displayed in the Web browser.

To test whether OECGI/OECGI2 is properly installed, use the IP address 127.0.0.1 (the localhost loopback address), and enter the following URL in the server's Web browser:

http://127.0.0.1/cgi-bin/oecgi.exe/Inet_Test_Connect

If OECGI/OECGI2 is properly installed, the following HTML will be returned:

inet_test_connect.jpg

  • guides/programming/programmers_reference_manual/inet_test_connect.txt
  • Last modified: 2024/10/14 18:18
  • by 127.0.0.1