Can fiddler show the traffic from/to a Node.js client or server? If so, what do I need to configure?
1 Answer, 1 is accepted
0
Eric Lawrence
Telerik team
answered on 02 May 2014, 04:19 PM
Hello, James--
Fiddler is a proxy server; it shows any traffic sent to it. It will show traffic from any browser to any remote server (regardless of the server technology). It will show traffic from a server (e.g. an ASP.NET page, Node.js app, etc) if that server is configured to proxy its requests.
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Many developers use Fiddler Everywhere to capture traffic from Node.js libraries that make HTTP and HTTPS requests. How can I proxy these requests so that I can capture and analyze them with Fiddler Everywhere?