answersLogoWhite

0

So that the server can send different versions of the same object to different types of user agents.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is persistent http with pipelining?

in persistent HTTP with pipelining browser caters to multiple http requests and it cannot wait for the response http message for the previous request.


What is response in web applications?

Response is the HTTP stream sent from the Web server to the browser. Request is the HTTP stream sent from the browser to the Web server.


What message does a client use to request a webpage?

To request a webpage from the server, an HTTP client sends the server a GET request.


What are three common HTTP message types?

REQUEST HEADER


Is javascript has facilities for communicating between web browser and http server?

Yes JavaScript can communicate with HTTP Server. It can hit Ajax request to request content from server.


Bad request what if your browser sent a request that this server could not understand size of a request header field exceeds server limit cookie cc click210000000001350242vkfqvpoglfz5rnt1fojipchdpyhdz?

Please find below an article I have written on my blog to solve that issue: "How to Fix the "400 Bad Request" error message from a website" http://wp.me/p2519N-cB


What diagram sHows how a browser communicates with a web server?

The diagram that illustrates how a browser communicates with a web server is typically called the "Client-Server Model" or "HTTP Request-Response Cycle." It shows the browser (client) sending an HTTP request to the web server, which then processes the request and sends back an HTTP response, usually containing the requested web content. This interaction includes details such as the request method (GET, POST), headers, and the response status code. Diagrams often depict this flow as arrows between the browser and server, highlighting the exchange of data.


Interaction between web browser and web server?

The interaction between a web browser and a web server occurs through the HTTP protocol. When a user enters a URL in the browser, it sends an HTTP request to the server hosting the website. The server processes this request, retrieves the requested resources (like HTML, CSS, or images), and sends back an HTTP response containing the data. The browser then renders the content for the user to view.


How does http operate?

HTTP is a request and response based protocol to transfer web contents. When you click the browser's 'go" button after putting the URL, then actually http sends the Get request to the specified web server's IP to have the request data for you-thus you see the web contents on your computer screen by the use of http.


How a browser fetch a web page?

# A browser fetches a Web page from a server by a request. # All the computers use a communication standard called HTTP # A request is a standard HTTP request containing a page address # A page address looks like: http://www.ltbbd.com/page.htm Note: Here ltbbd is an example.


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.


How do you get rid of http in browser?

You can't. HTTP stands for Hypertext Transfer Protocol. This just means a way of transferring data to each other. Without the HTTP, websites would be blank, for there would be no data to transfer. HTTP is always needed in every browser in every website.