answersLogoWhite

0

The response from the server is:

HTTP/1.1 200 OK

This means that the request from the client succeeded.

If the page you requested is already stored in the cache of your browser you will get:

HTTP/1.1 304 Not Modified

This means that the page has not been modified since it was stored in your cache.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is Client Server mechanism?

Client side (web browser) where user types his/her query and web browser sends request to server side (multiple data provider) reads the query and in response provides respective data to the client in HTML format. its a repetitive cycle called request and response between client and server.


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.


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


What is bad request?

It simply means the web server was unable to understand the request of the client and process it.


Explain how HTTP is used in client-server system?

HTTP (web traffic) may be used in either peer to peer networks or client server networks. Either way, it is the same protocol. It is used to transmit a browser request to a web server or to transfer a page from a web server to a client browser.


If internet is a client server network?

For the internet; your web browser is the client and the web server is the server.


How do you fix the 400 bad request error message?

It simply means the web server was unable to understand the request of the client and process it.


After a web browser makes a request to a web server that is listening to the standard port what will be the source port number in the TCP header of the response from the server?

Port 80


What is Request-response paradigm?

request response paradigm is somthiing which define how request and response work in the web application or in real world. First when the user open browser and hit any URL, request object is created. This request object then send to the server. server finds the appropriate resources for that request and executes the logic (if any) ans send back response to the browser. Browser interprets the response and display result


What is difference between client server and web server?

client site program always execute on client computer while server site program execute on sever computer


How DNS server caching works?

If a client send a query requesting for a particular web page to the DNS server and if the DNS server resolves the page from the other DNS servers & it will be store the same page in the DNS cache and it will give the response to the client with the requested page. If again the same web page is requested by any client then DNS server will get the web page from the DNS cache instead of again fetching the same page from the internet. With this there wont be any delay for the client to get the web page. This helps in bandwidth control. This is how the DNS server caching works.


What is the difference between client and server on the data communication network?

A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.