Regarding the functioning of the HTTP server
- by Luv
As all of us uses the HTTP protocol for accessing the web, and request at the port number 80 of the server, now suppose i want to browse or download a file then i will request to the HTTP server by specifying the complete URL.
If the server is having file, it would return it if it is not having the file then what will it do?
I think it will make the request to the appropriate server which would be having this file and get the file and return to us.
In this way does the HTTP server acts as an intermediate between the client and the server?
Please correct me if i am wrong here.
Many many thanx in advance