aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/setheaders.rst
blob: 486f8c7630e3331d2a9e8416a909e6fd3f58682b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _setheaders:

Set Headers
===========

This feature lets you specify a set of headers to be added to requests or
responses, based on a filter pattern. You can specify these either on the
command-line, or through an interactive editor in mitmproxy.

Example: Set the **Host** header to "example.com" for all requests.

.. code-block:: none

    mitmdump -R http://example.com --setheader :~q:Host:example.com

================== =======================
command-line       ``--setheader PATTERN``
mitmproxy shortcut :kbd:`O` then :kbd:`H`
================== =======================