Forum Moderators: phranque
It's worth noting that depending on what you mean by a "redirect", there might not *be* another page. For example, I have sites where [domain.com...] in fact displays a file which can also be accessed as [domain.com...] There is not any re-direction of the browser to a different URL in that display, it is merely the case that Apache is configured to provide the content in 'index.php' as the directory index, if the file exists.
On the other hand, if the server is in fact sending a 3xx status and a 'Location:' header, there *should*, according to the standard [w3.org], be a document body as well. None of the browsers I know of display the document in a redirect response, so to get that body you really would need to sniff the network traffic. There may be an add-on tool for Mozilla if you aren't interested in learning to use a sniffer.
<edit>Dmorrison was too fast for me. The telnet trick works, too, I've just stopped using it much 'cause I like to see the headers the browser sent, too.</eddit>