Could you give me a pointer or two I can try.
The first step would be getting an HTTP tracer.
Do you have one?
Does Netscape have a trace? You could try the assumption that
whatever it gets would be what IE would get (not necessarily valid
because of the User-Agent and because of whatever differences
that each browser would induce the server to make by what they send
with each request.)
Ideally I think IE would provide one but it doesn't so we have to improvise.
Solutions range from DIY proxies to real proxies to real packet sniffers.
Ethereal is one of the latter but I have never had any success using it
transparently. I think that ProxOmitron might have a trace feature but
I'm not sure about that; I've never used it. I use a developer's private
tool which works as a proxy; so it's not transparent either but at least
it doesn't have the performance hit the Ethereal seems to have and
in any case is easier to use. If you have a MS SMS you may have
their netmon package which operates similar to Ethereal.
Hmm... there may be another option which I have previously been
unaware of.
<TITLE>310875 - Description of the Network Monitor Capture Utility</TITLE>
This implies that you could *capture* the trace data using netcap
(e.g. from the XP Support Tools). I think that even if you don't
have netmon to interpret the trace that you still might be able to use
Ethereal to do it for you. The only reason you might want to do this
instead of using Ethereal to capture as well is if you find that netcap
does it more transparently than Ethereal.
The article doesn't make very clear how we might filter our capture
to only HTTP packets. If it could do that it would help a lot towards
making the capture phase more transparent.
It should not be this difficult just to see the underlying HTTP packets
but I have been looking for a long time and haven't found a really simple,
reliable, publicly available tool.
Good luck
Robert
---
Mahesh said:
Any large .js file (> 50K), that file would not be cached. So I guess it has nothing to do with the content. As both the files one
large .js file (>50 K) and other .js file of 47 KB are included in the same JSP, the header information for both should be same, If
I understand your point rightly. Could you give me a pointer or two I can try.