Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Mar 12, 2024
1 parent c54fa62 commit 7c9a782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I'm currently in the process of testing some changes on OctoPrint involving its
for that needed to quickly set up a reverse proxy that would modify the headers of the requests going to the development server
for some quick testing.

Specifically, I wanted a quick CLI tool that would allow me to set up a reverse proxy listening on port 5000, forwarding to
Specifically, I wanted a quick CLI tool that would allow me to set up a reverse proxy listening on port 5555, forwarding to
`http://localhost:5000` while also setting the headers `X-Remote-User` to `remote` and `X-Remote-Host` to `localhost:5555`.

Enter [`mitmproxy`](https://mitmproxy.org/), or more specifically its `mitmdump` tool, which turned out to be a great tool for this job.
Expand Down

0 comments on commit 7c9a782

Please sign in to comment.