AnyProxy
Get Pro
Glossary · Web tech

MITM (Man-in-the-Middle)

Also calledman in the middle attacktls interception
Definition

A man-in-the-middle intercepts traffic between two parties — reading, modifying, or blocking the communication without either endpoint knowing.

Explanation

In depth

MITM attacks are famous as security threats — a malicious actor on the same Wi-Fi network reading your traffic. But MITM is also a legitimate technique in enterprise environments where the company installs a root certificate on managed devices, allowing the corporate firewall to decrypt, inspect, and re-encrypt HTTPS traffic. Without the root cert, TLS is designed to prevent MITM — the browser would show a certificate warning. Web proxies are not MITM in the security sense — the browser explicitly connects to the proxy, and the proxy fetches destinations honestly. But architecturally, a web proxy is a chosen middleman, which is why the operator's trust story matters.

Related terms

TLS handshakeThe TLS handshake is the initial exchange between client and server that agrees on encryption keys and verifies the server's identity before any application data flows.HTTPS proxyAn HTTPS proxy is an HTTP proxy that supports the CONNECT method for tunneling encrypted HTTPS traffic to any destination.Transparent proxyA transparent proxy intercepts traffic without the client being explicitly configured for it — the network transparently routes through it.

Put the concept to work

Try AnyProxy free — no install, no signup, six regions.

Open a blocked page