Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
When we are typing URL in browser and press go the browser sends the request to respective server and gets the response and view in the browser.
My doubt was we have several server located, how the browser sends request to Corresponding browser and get the response.

Thanks in advance
Posted
Comments
TheKarateKid 22-May-13 9:09am    
I am not sure, but I think you are looking for, how browser requests and receives the response back from the server in HTTP Pipeline.. You may want to check this link
http://mycodelines.wordpress.com/2009/02/04/aspnet-web-page-processing/
a.pkumar 23-May-13 1:51am    
The url given gives that web browser makes a HTTP Request to a web server asking for a particular file
web server means the web site hosted place
Ex: I had website which was hosted in Hyderabad
A person located in Delhi types url. I need to know is how the webbrowser identifies that it need to send HTTP request to Hyd located IIS (or) I need to know how the request sent to respective IIS

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900