Is there anyway with a Node.js app that I can get it to log all HTTP and HTTPS requests and responses with URL, header and body contents ?
What would be lovely is a GUI version of Node with a debugger window simular to Chromes developer mode that shows all requests and responses, as well as normal console, and maybe allows other debugging functions and information.
So far, there's nothing past initial discussions - https://github.com/nodejs/diagnostics/issues/75
sorry, i don't can read code,because english is so so so difficulty!!!
Seems like this could be closed in favor of the diagnostics issue...
Agreed, closing.
Sad to see nodejs has every other tools to make it powerful, but lacks basic debugging feature such as network monitoring. How can i debug requests/responses of an app that heavily communicates with external services ?
Most helpful comment
Sad to see nodejs has every other tools to make it powerful, but lacks basic debugging feature such as network monitoring. How can i debug requests/responses of an app that heavily communicates with external services ?