Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Inet_Test_Connect function ====== ==== Description ==== Internet procedure, executed from a Web browser, that tests whether OECGI/OECGI2 is running on a Web server. ==== Syntax ==== **Inet_Test_Connect**//(Request)// Note: Request is any text after the string INET_TEST_CONNECT? ==== Parameters ==== The Inet_Test_Connect function has the following parameter:\\ \\ ^Parameters^Description^ |Request|[in] HTTP-request.| ==== Returns ==== Incoming request as an HTML script, displayed in the Web browser. ==== See Also ==== [[inet_msg|Inet_Msg()]], [[inet_queryparam|Inet_QueryParam()]], [[inet_repos|Inet_Repos()]], [[inet_rlist|Inet_Rlist()]], [[inet_security|Inet_Security()]], [[inet_trace|Inet_Trace()]] ==== Example ==== 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: <code> http://127.0.0.1/cgi-bin/oecgi.exe/Inet_Test_Connect </code> If OECGI/OECGI2 is properly installed, the following HTML will be returned: {{{guides:programming:programmers_reference_manual:inet_test_connect.jpg?691x541}} guides/programming/programmers_reference_manual/inet_test_connect.txt Last modified: 2024/10/14 18:18by 127.0.0.1