I am using telnet on windows 10. I would like to manually set get
requests to chosen server.
If I type (just example it can be any site):
telnet www.cnn.com 80
for a second I see message 'connecting to www.cnn.com'. Text on the page then disappears (nothing is shown, just cursor). Whatever I try to type, message of 'bad request' is immediately shown from the server.
Why is that? Why - after connection is established with server - is this not shown? Something like 'connected to www.cnn.com' and telnet commands enabled?