11 lines
188 B
Markdown
11 lines
188 B
Markdown
```shell
|
|
mitmweb
|
|
```
|
|
|
|
```shell
|
|
playwright ff --proxy-server http://localhost:8080 --ignore-https-errors
|
|
```
|
|
|
|
```shell
|
|
chromium --proxy-server=localhost:8080 --ignore-certificate-errors
|
|
``` |