Jump to content

Recommended Posts

Posted

Telnet can actually be used on any port. You can troubleshoot all types of servers, such as http by using telnet on port 80. Telnet should never be used to transmit any kind of password or sensitive information though as it's ridiculously insecure.

Posted

Doh, that's what I get for posting at 5am. It indeed does have uses here as a troubleshooting tool, though the immediate though jumps to SSH since many ask for shell access.

 

Telnet can actually be used on any port. You can troubleshoot all types of servers, such as http by using telnet on port 80. Telnet should never be used to transmit any kind of password or sensitive information though as it's ridiculously insecure.

Yeah, I've definitely used it with Stevie for SMTP/IMAP testing in the past. Laughably insecure indeed. It's just plain text transmissions and viewing of (raw) responses.

Posted

I would like to use telnet to test a HTTP request. Can i use putty for that? I am also wondering if the server disconnects automatically after one http request or if the connection is open until the client closes it?

Posted

I'm not sure on the official timeout setting, but probably within a minute. Most things on our servers are set to time out after a minute or so of inactivity to keep resource use down, so I'd expect the same.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...