mitmproxy/docs/features/setheaders.rst

20 lines
583 B
ReStructuredText
Raw Normal View History

2015-09-05 23:37:15 +00:00
.. _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.
2015-09-06 01:20:58 +00:00
Example: Set the **Host** header to "example.com" for all requests.
2015-09-05 23:37:15 +00:00
.. code-block:: none
mitmdump -R http://example.com --setheader :~q:Host:example.com
================== =======================
command-line ``--setheader PATTERN``
mitmproxy shortcut :kbd:`O` then :kbd:`H`
================== =======================