FireBug Lite on IE Capturing localhost Traffic

277 views Asked by At

I am trying to use FireBug Lite on IE to capture localhost traffic but it seems like FireBug Lite is not able to read the traffic on localhost. Is there any workaround?

1

There are 1 answers

0
Paul Sweatte On

Use the IP address or relative paths instead of localhost. The Same-Origin-Policy prevents the request, since the name localhost does not match the target URL.

References