How can I watch all outbound connections from a browser
- 
 I am troubleshooting something and need to know everything a user's browser is trying to hit when a page fails to load. What's the easiest? 
- 
 Usually I'd just use wireshark. 
- 
 Firefox and Chrome both have a developer mode that can trace when a page is loading and what isn't loading at times. 
- 
 But the "from a browser" requirement appears to stop that. 
- 
 Will Fiddler do what you want? 
- 
 In Chrome / Firefox you can use the Developer tools / network tab. 
- 
 Ran out of time to troubleshoot as I had to take my daughter to a Dr appointment. Discussed with principle and removed technical solution to HR problem until this afternoon. 
- 
 @JaredBusch said in How can I watch all outbound connections from a browser: Ran out of time to troubleshoot as I had to take my daughter to a Dr appointment. Discussed with principle and removed technical solution to HR problem until this afternoon. Ah. 
- 
 @DustinB3403 solution has been in place for years. Something changed externally. Hence the need to troubleshoot this morning. 
- 
 If Windows, you can use TCPView 
 https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview
- 
 IPvFoo link for Firefox 





