How to Set Up OWASP ZAP and FoxyProxy on MacOS
Note: This tutorial was written in 2017.
An http proxy is an important item in the hacker’s toolbox. It sits between your
browser and the web server, something like this:
browser <---> http proxy <---> server
Why is this useful? Well, setting up an http proxy allows you to capture all--->--->