abstract:
Same way our request is also not one request but infact browser will be sending request for css/javasctip file and images seperately.
When I look at attached image from Firefox tamper data tool, I got little confused and think it one request made of multiple requests
Thanks
Hi,
When we hit some website suppose www.mygoogle.com/index.html We send the request to the server and in turn we get response by server giving us
the desired page.
My question is will it be true that it is not one reponse but multiple reponses.
If the page has css include file/javascript file image each will be part of seperate reponse.
Same way our request is also not one request but infact browser will be sending request for css/javasctip file and images seperately.
When I look at attached image from Firefox tamper data tool, I got little confused and think it one request made of multiple requests
Thanks |