Skip to content

Commit

Permalink
mitmdump
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 24, 2023
1 parent 0379d81 commit 80bef81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mitm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: mitmdump
run: |
set -ex
mitmproxy -p 8888 --mode reverse:https://icp-api.io \
mitmdump -p 8888 --mode reverse:https://icp-api.io \
--modify-headers '/~s/Transfer-Encoding/' \
--modify-body '/~s/Hello/Hullo' \
&
Expand Down

0 comments on commit 80bef81

Please sign in to comment.