mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Example specified incorrect header (#4997)
* Example specified incorrect header * Add CHANGELOG entry reference the documentation update * fixup! Add CHANGELOG entry reference the documentation update
This commit is contained in:
parent
6997129bc0
commit
ace07e7e3c
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
* Add fonts to asset filter (~a) (#4928, @elespike)
|
||||
* Fix bug that crashed when using `view.flows.resolve` (#4916, @rbdixon)
|
||||
* Fix a bug where `running()` is invoked twice on startup (#3584, @mhils)
|
||||
* Correct documentation example for User-Agent header modification (#4997, @jamesyale)
|
||||
|
||||
## 28 September 2021: mitmproxy 7.0.4
|
||||
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ Set the `User-Agent` header to the data read from `~/useragent.txt` for all requ
|
|||
(existing `User-Agent` headers are replaced):
|
||||
|
||||
```
|
||||
/~q/Host/@~/useragent.txt
|
||||
/~q/User-Agent/@~/useragent.txt
|
||||
```
|
||||
|
||||
Remove existing `Host` headers from all requests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue