09-02-2021, 06:32 AM
(This post was last modified: 09-02-2021, 06:35 AM by Сергей Александрович.)
when testing telnet, if the IW application is not loaded, then
telnet localhost 21401
Connecting to localhost...Could not open a connection to this node, on port 21401: Connection failed
If the IW application is loaded, then :
Black screen. When you press Esc, the message :
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 02 Sep 2021 06:27:31 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
From this I conclude that the port is used only by my IW application.
telnet localhost 21401
Connecting to localhost...Could not open a connection to this node, on port 21401: Connection failed
If the IW application is loaded, then :
Black screen. When you press Esc, the message :
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 02 Sep 2021 06:27:31 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
From this I conclude that the port is used only by my IW application.

