aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/anticache.rst
blob: 65d22babeb48b28e72b89dd706942e4c048f13bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _anticache:

Anticache
=========
When the :option:`--anticache` option is passed to mitmproxy, it removes headers
(``if-none-match`` and ``if-modified-since``) that might elicit a
``304 not modified`` response from the server. This is useful when you want to make
sure you capture an HTTP exchange in its totality. It's also often used during
:ref:`clientreplay`, when you want to make sure the server responds with complete data.


================== ======================
command-line       :option:`--anticache`
mitmproxy shortcut :kbd:`o` then :kbd:`a`
================== ======================