The communication between web browser(client) and web server(server) is always initiated by the client. There is no way a server can initiate the communication by itself. If your browser received a web page from a server, then a request would have been sent to the server, even if the user is unaware of it. Browser […]