if all you want to see is the HTTP headers, then you can set NSPR_LOG_MODULES=nsHttp:2
darin Henrik Gemal wrote: > If you ever need to see all HTTP trafic with Mozilla this is how you do > it: > This works for all builds, including the night builds.. > > Set the following two environment settings in your OS: > NSPR_LOG_MODULES=nsHTTP:5 > NSPR_LOG_FILE=C:\TEMP\nsHTTP.log > > of cause for Linux you gotta change "C:\TEMP\nsHTTP.log" some thing > else... > > So for Windows you do the following in a command prompt: > set NSPR_LOG_MODULES=nsHTTP:5 > set NSPR_LOG_FILE=C:\TEMP\nsHTTP.log > mozilla.exe > > Remember to start Mozilla from the command prompt. Otherwise it will not > work. > > -- > Henrik Gemal, [EMAIL PROTECTED] > Mozilla Evangelist > > http://card.gemal.dk >
