ASP.Net – Web Browser’s Role

Role of Web Browser’s Send requests to the web server. If the user enters http://www.microsoft.com, the web browser resolves the www.microsoft.com Domain Name System (DNS) address, uses HTTP to connect to the server, and requests a page. Authenticate the server. If the server has an SSL certificate and the request was made with HTTPS, the web browser uses the certificate to authenticate the server and then decrypt future communications. Process the response. If the server has provided HTML, the browser

» Read more