HI,
I got to know one thing....... When i am accesing application by "localhost" it was making request directly to server, but when i was accessing application with host name then it was making request to server through Proxy Server. But now the question is size of the page is same regardless of from where it has fetched, from Proxy-Cache or from Server. It should show same size for that page, but why its actually not?? regards, Prashant ---------- Forwarded message ---------- From: Prashant Patil <[email protected]> Date: Thu, Dec 10, 2009 at 12:28 PM Subject: data size problem To: Firebug <[email protected]> I am running one application in local server. If i am accessing that application by giving address as localhost, i could see post response size (html page) (in firebug) 8 kb. If i am accessing same application by giving address as host name(or IP address), i am observing post response size as 2 KB!! Why firebug is showing different sizes, even though actually html page getting in both the cases is same?? If i check the size of HTML page by copying the response contents in text file, i could see the size is 8 KB. So why is firebug giving different data sizes?? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
