Skip to content

HTTP Proxy Web Debugger is HTTP Proxy with Web Monitor

Notifications You must be signed in to change notification settings

mampitchi/http-proxy-web-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Proxy Web Debugger

HTTP Proxy Web Debugger is a HTTP Proxy with Web Debugger. With this project you can debug or monitor your HTTP requests and share it with your colleguages on your internal web server. It is an web alternative to desktop apps like Charles or Fiddler.

It is built on Node.js, http-proxy, WebSockets and React. You can run it locally with Docker.

Example

Example of HTTP Proxy with Web Debugger

Usage

Docker image on DockerHub

$ docker run --name http-proxy-web-debugger -d -p 10800:10800 -p 10801:10801 rolexak/http-proxy-web-debugger

Plans

  • HTTPS certs
  • Persist requests (Logstash, Kibana)

Contribution

Send me your pull requests. You are welcome!

Run Development

$ yarn install
$ yarn run dev

Build Docker

$ yarn run docker_build

Push Docker

$ yarn run docker_push

Run Docker

$ yarn run docker_run