A client(browser) makes a HTTP GET call to the following resource http://myserver.com/services/REST/photos?tag="vacation" - this will return a set of URLs to the photos that have been tagged as "vacation"
Q:What is the sequence of actions that take place from the time the client makes the call to the server responding with the relevant data?
Assume: a. Photos & their URLs are stored in the backend (say SQL)
b.IIS is used as the web server
c. Webservice is implemented as REST (using WCF)