Skip to content

⚡Web Debugging Proxy based on Chrome DevTools Network panel.

License

Notifications You must be signed in to change notification settings

Arizona-Tecnologia/betwixt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betwixt

This tool will help you analyze web traffic outside the browser using familiar Chrome DevTools interface.

Betwixt in action

This project is in an early stage of development, things may break, values may not be accurate. All contributors are very welcome. See CONTRIBUTING.md fore more details.

Installing

Download the latest release for your operating system, build your own bundle or run Betwixt from the source code.

Setting up

In order to capture traffic, you'll have to direct it to the proxy created by Betwixt in the background (http://localhost:8008).

If you wish to analyze traffic system wide:

  • on OS X - System Preferences → Network → Advanced → Proxies → Web Proxy (HTTP)
  • on Ubuntu - All Settings → Network → Network Proxy
  • on Windows - PC Settings → Network → Proxy

Setting up proxy on OS X

If you want to capture traffic coming from a single terminal (e.g. wget, npm) use export http_proxy=http://localhost:8008.

License MIT

About

⚡Web Debugging Proxy based on Chrome DevTools Network panel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 5.0%