README with some instructions
This commit is contained in:
parent
15815acf0f
commit
f275a03b93
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Start a mitmproxy with:
|
||||
```
|
||||
mitmproxy -m "reverse:https://YOUR_MATTERMOST_DOMAIN" -H '/~a | ! ~a/Access-Control-Expose-Headers/*, Authorization, Content-Length, Token' -H '/~a | ! ~a/Access-Control-Allow-Origin/http://localhost:8000'
|
||||
```
|
||||
|
||||
Run locally:
|
||||
```
|
||||
cd /path/to/repo; python -m "http.serve"
|
||||
```
|
Loading…
Reference in a new issue