Skip to content

davoclavo/troxy_server

Repository files navigation

Troxy Server

Manage your HTTP traffic

Development

  • Install dependencies with mix deps.get; npm install
  • Start Phoenix endpoint with mix phoenix.server
  • ... or start interactive Phoenix endpoint with iex -S mix phoenix.server

Now open the ui visiting localhost:4000, then set your device HTTP proxy to localhost:4000 and start managing your HTTP traffic.

Ideas

Inspired on

  • mitmproxy, charles
  • HTTP clients like curl, postman, paw
  • ngrok, localtunnel