answersLogoWhite

0


Best Answer

1. Open up a command shell
2. Enter telnet 80
3. When it says it is connected, enter GET HTTP/1.1
4. The prompt should spit out some HTML code, indicating that the web server is responding and sending web pages (if only an error page).

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you test a web server using telnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is telnet not recommend for remote access to a web server?

Telnet offers no encryption, everything sent is in clear text including passwords.


What is the process called when a client computer receives information from a Web server?

When you access a webpage, the web browser (client) sends a HTTP request to the web server. The web server processes the request and sends a HTTP status code along with any additional content if needed as a response.You can observe this process by using a packet tracer program or send the HTTP requests yourself from a terminal session:Connect to a web server at port 80 using a Telnet client.Send a GET / HTTP/1.1 followed by a CrLf (enter/return key), then a Host: where is the hostname. After that, send the request by entering two more CrLf's.


Is the process of a computer or device receiving information such as a Web page from a server on the Internet.?

When you access a webpage, the web browser (client) sends a HTTP request to the web server. The web server processes the request and sends a HTTP status code along with any additional content if needed as a response.You can observe this process by using a packet tracer program or send the HTTP requests yourself from a terminal session:Connect to a web server at port 80 using a Telnet client.Send a GET / HTTP/1.1 followed by a CrLf (enter/return key), then a Host: where is the hostname. After that, send the request by entering two more CrLf's.


How do you locally view a classic asp web page using expression web and dreamweave?

You do a test view (debug) that will load a debug web server that will show the web page in the browser of your choice.


What is the function telnet protocol?

It stands for TELECOMMUNICATIONS NETWORK. You can remotely control web servers through Telnet. By using Telnet programs you can enter commands. By exchanging data over internet two programs can work cooperatively. With Telnet you can not only control their server but can also communicate with other servers on the network


Which application layer protocols correctly match a corresponding function?

HTTP transfers data from a web server to a client Telnet provides a virtual connection for remote access


Why is the web taking over the internet?

In the past, the main Internet service was e-mail. Everyone had a central UNIX e-mail server for their business. UNIX was used on most 'net-connected PCs, and telnet was used between them. Nowadays, the World Wide Web is all you really hear about. telnet has faded into obscurity, mainly due to its lack of eye-candy: telnet could only provide plain-text, and occasionally coloured text. E-mail still exists, mostly through services on the Web. Even the most common Web browser is entitled "Internet Explorer" - the Web has practically become the Internet.


How do you create a virtual host by using an IP address?

It also depends on what type of web server you are using such as Apache or Tomcat or Nginx or Lighttpd or etc.. Procedure may varies from web server to web server.... Example (Apache): NameVirtualHost 10.10.10.10 <VirtualHost 10.10.10.10> ServerName www.domain.com ServerPath /domain DocumentRoot /web/domain </VirtualHost>


Will enabling your PC with a telnet server function allow you to remotely access files such as Microsoft Word docs to use elsewhere?

Yes, but beware. Simply starting the telnet service on the PC will allow remote access, but telnet in known to be insecure. Also, additional configuration may be required if the PC being accessed remotely is not internet-facing, if in fact you are trying to access the remote PC over the web.


How do you disable the telnet function on a Dell M5200 network printer?

Go into the Web UI of the Dell printer, head to "Printer Settings" and uncheck Telnet.


What is web server and list of all web servers with its details?

A web server is a server that is able to store web pages allowing users to view them from another computing device and there are many web server types released by many companies and those are as follows: - Apache Web Server - Apache Tomcat - Microsoft's Internet Information Services (IIS) Windows Server - Nginx web server - Zeus Web Server


Can you install proxy server or web caching server?

Can you install proxy server or web caching server?And why do we do it?