Skip to content

Learning Path

Start Here

  • Read Home to learn the goal and how to run the proxy.
  • Run the proxy once, even before deep reading.

Suggested Reading Order

  1. HTTP vs HTTPS
  2. Glossary
  3. How a proxy works
  4. Project structure
  5. Segmentation
  6. Experiments

What to Focus On First

  • The basic flow: browser -> proxy -> server.
  • The CONNECT tunnel for HTTPS.
  • How rules decide direct, upstream, or block.

Learn by Doing

  • Change one rule and test again.
  • Use curl to see small changes.
  • Read logs while you test.