[Archive.is] Dixin’s Blog – Use Fiddler with Node.js Fiddler is an useful HTTP proxy debugger on Windows. It would be nice if it can work with Node.js applications. To do this, just need to proxy Node.js requests through Fiddler… on port 8888.
There is a snippet for it at github/Dixin/CodeSnippets/…/fiddler.js (now moved to [WayBack] github.com/Dixin/Blog/…/Blog/Dixin.Nodejs/fiddler.js)
It complements a few posts I’ve written about Fiddler using port 8888 as a proxy before:
- NTLM and Kerberos Authentication for a WebRequest and a WebProxy
- How to fill proxy information in cntlm config file (via: Stack Overflow)
- Using Chrome on Windows with a different proxy server than the system one (which is used by Internet Explorer)
- .NET/C# small program that shows you your proxy settings, demonstrates LINQ to Registry, and String.Contains
–jeroen
via: [WayBack] Use Fiddler with Node JS – CHUA Chee Wee – Google+