Skip to content

Commit

Permalink
Warning that localhost connections ignore proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyjkemp authored Jul 2, 2019
1 parent 1b97c5b commit e446dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Even if you don't have the original `.proto` files, `grpc-dump` will attempt to
grpc-dump --port=12345

# in another terminal, run your application pointing it at the proxy
# Warning: if your application connects to a localhost/127.0.0.1 address then proxy settings
# are usually ignored. To fix this you can use a service like https://readme.localtest.me
http_proxy=http://localhost:12345 my-app

# all the requests made by the application will be logged to standard output in the grpc-dump window e.g.
Expand Down

0 comments on commit e446dad

Please sign in to comment.