Link to home
Start Free TrialLog in
Avatar of jxbma
jxbmaFlag for United States of America

asked on

Why is FireBug (FireFox) not displaying headers returned from web server?

Hi:

I've been playing a little bit with IIS and nginx (PHP).
I'm running a simple website in FireFox.
The website is hosted on localhost:8080
I'm trying to use Firebug to examine the Headers received by the browser.

For some reason I am not seeing any of the headers returned by either
IIS or nginx.

Am I doing something wrong configuration wise?
I'm using the latest versions of FireFox and FireBug.

Thanks in advance,
JohnB
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

IIS and nginx both return normal headers (they have to to work).  I have an Apache site on port 8080 and I have no trouble viewing the headers in the Net panel.  And I have no trouble seeing the headers from IIS on this machine.  I also have the latest versions of FireFox and FireBug.
Avatar of jxbma

ASKER

Since I'm seeing the same results in IIS and nginx, I have to think the issue is somehow in FireBug.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jxbma

ASKER

I just went ahead and used Google Chrome.