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?
Asked
Active
Viewed 264 times
1 Answers
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