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?
telnet www.cnn.com 80works as expected when I try it (and as you mentioned, this is just an example). Perhaps you have an outbound firewall that is doing packet inspection and realises that something is wrong (i.e. attempting to run non-HTTP over the HTTP port) – Mark Henderson Dec 03 '19 at 05:53