2

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?

azamsharp
  • 19,710
  • 36
  • 144
  • 222

1 Answers1

0

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

Community
  • 1
  • 1
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265