I am running a react/node application on my laptop. When I execute localhost:3000, I am getting 404 from node. To debug, I want to see the request and response in browser window. However, I don’t see anything in Edge's network console window. Where can I see outgoing request and incoming response in browser window in Edge?
>Solution :
Developer Tools can be accessed by pressing Ctrl-Shift-I. This is also true for Chrome and Firefox.
Once you have Dev Tools open, select the Network tab at the top of the window.
