1. OWASP Zed Attack Proxy (ZAP) Project. In the official documentation, ZAP is explicitly defined by its core function: "At its core, ZAP is a ‘man-in-the-middle proxy’. It stands between the tester’s browser and the web application so that it can intercept and inspect all of the traffic."
Source: OWASP Foundation, "Introduction," ZAP Documentation. Retrieved from https://www.zaproxy.org/docs/desktop/start/introduction/ (Section: "What is ZAP for?")
2. PortSwigger Ltd. Documentation. The official documentation for Burp Suite, a leading web security testing tool, describes its proxy component: "Burp Proxy is an intercepting web proxy that lets you see and modify the traffic that passes between your browser and the target web application."
Source: PortSwigger Ltd., "What is Burp Proxy?," Burp Suite Documentation. Retrieved from https://portswigger.net/burp/documentation/desktop/tools/proxy (Paragraph 1).
3. MIT OpenCourseWare. In the lecture materials for a computer systems security course, the use of intercepting proxies is described as a fundamental technique for web security analysis. The notes explain how tools like Burp Suite are used to "intercept and modify requests" to test for vulnerabilities.
Source: Frans Kaashoek, Nickolai Zeldovich, "Lecture 10: Web Security," 6.858 Computer Systems Security, Fall 2014, Massachusetts Institute of Technology: MIT OpenCourseWare. Retrieved from https://ocw.mit.edu/courses/6-858-computer-systems-security-fall-2014/resources/lecture-10-web-security/ (Section: "Attacks on web applications").