Category Archives: Security Testing

Web Application Testing – Security and Performance Inspection using Fiddler

Fiddler is a Web Debugging Proxy tool which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic and can be used by developers to debug web programs. It can also help testers inspect and examine the traffic between the user side of a web application and web server. I’ll just talk about the tool from a tester perspective, and discuss some simple uses that we’ve run across. More

Posted in Performance Testing, Security Testing, Web Application Testing | Tagged , , , | Leave a comment