| > BTW, Xavier how can I check to see what type of
> response any given server gives to a request, as in
> the case of home.att.net. Can you mention a tool
> (command line on Windows/DOS is fine, a Linux tool
if
> that's all you know of.)?
Err.. the only way is to activate
the 'Options'/'Experts only'/'Activate debug mode',
get ('get separated files') the link, and look at the
hts-ioinfo.txt response header named 'Content-type':
you'll get the MIME type (text/html==".html",
image/gif=".gif" and so on).
Well, this is not a very simple way, I'll have to
implement something for that (I personally use the
regular telnet command and send http requests by
hand :) )
| |