• Stars
    star
    452
  • Rank 96,761 (Top 2 %)
  • Language
    JavaScript
  • License
    GNU Affero Genera...
  • Created about 6 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The backend of HTTP Toolkit

HTTP Toolkit Server Build Status Version

This repo contains the backend for HTTP Toolkit, a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.

Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at github.com/httptoolkit/httptoolkit.

What is this?

HTTP Toolkit runs everything possible within the web UI, written as a standard single-page web application. There's a couple of necessary things you can't do in a web application though, especially:

  • Start a locally running proxy server (here using Mockttp)
  • Launch local applications preconfigured for interception

This server exposes an API that is used by the web UI, exposing these actions and some other related information. The API itself is GraphQL, see src/api-server.ts for the full details.

This server is runnable standalone as a CLI using oclif, or can be imported into other modules to be run programmatically. The available interceptors are defined in src/interceptors, and some of these also use other services in here, e.g. src/cert-check-server.ts automatically checks if a certificate is trusted by a browser client, and downloads or installs (depending on the client) the certificate if not.

Note that the set of interceptors available in HTTP Toolkit depends on both the interceptors available on your server and the interceptors defined in the UI - new interceptors will need to be added to both.

This server is typically used by users via httptoolkit-desktop, which builds the server and web UI into an electron application, and starts & stops the server in the background whenever that app is run. Each time the desktop app is built, a new electron app is created containing the latest release from this repo.

Once the server has installed it automatically updates in the background periodically, pulling new releases from the github releases of this repo.

Contributing

If you want to add new interceptors, change/fix existing interceptor behaviour (but not their UI) or reconfigure how the underlying proxy server is set up, then you're in the right place πŸ‘.

To get started:

  • Clone this repo.
  • npm install
  • npm start
  • A Mockttp standalone server will start on port 45456, and a graphql management server on 45457.
  • Either make requests to the servers by hand, use the production UI by opening https://app.httptoolkit.tech in a Chromium-based browser, or start and use a local UI by:
    • Setting up the web UI locally (see httptoolkit/httptoolkit-ui#contributing).
    • Running npm run start:web there to start the UI without its own server.
    • Opening http://local.httptoolkit.tech:8080 in a Chromium-based browser

A few tips:

  • Running the server with ENABLE_PLAYGROUND set to true at the top of src/api-server.ts will give you a GraphQL playground on http://localhost:45457/.
  • New interceptors need to be added to src/interceptors/index.ts. They will also need to be added to the UI.
  • The tests assume that the required applications are installed and some docker images are already pulled. See ci.yml and the build-base image for an example of how to set this up (or just run the tests, look at the errors, and install whatever's missing).

More Repositories

1

httptoolkit

HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac πŸŽ‰ Open an issue here to give feedback or ask for help.
2,730
star
2

frida-interception-and-unpinning

Frida scripts to directly MitM all HTTPS traffic from a target mobile application
JavaScript
1,088
star
3

react-reverse-portal

React reparenting βš›οΈ Build an element once, move it anywhere
JavaScript
885
star
4

mockttp

Powerful friendly HTTP mock server & proxy library
TypeScript
779
star
5

httptoolkit-desktop

Electron wrapper to build and distribute HTTP Toolkit for the desktop
TypeScript
617
star
6

httptoolkit-android

Automatic Android interception & debugging with HTTP Toolkit, for Android
Java
480
star
7

httptoolkit-ui

The UI of HTTP Toolkit
TypeScript
292
star
8

mockrtc

Powerful friendly WebRTC mock peer & proxy
TypeScript
282
star
9

brotli-wasm

A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm
TypeScript
262
star
10

android-ssl-pinning-demo

A tiny demo Android app using SSL pinning to block HTTPS MitM interception
Kotlin
120
star
11

httptoolkit-website

The main website of HTTP Toolkit: beautiful, cross-platform & open-source tools to debug, test and develop with HTTP(S).
MDX
74
star
12

jvm-http-proxy-agent

A JVM agent that automatically forces a proxy for HTTP(S) connections and trusts MitM certificates, for all major JVM HTTP clients
Java
69
star
13

docker-registry-facade

A tiny self-hostable Docker Registry facade - own your image URL without running your own registry
Dockerfile
48
star
14

read-tls-client-hello

A pure-JS module to read TLS client hello data and calculate TLS fingerprints from an incoming socket connection.
TypeScript
40
star
15

mockipfs

Powerful friendly IPFS mock node & proxy
TypeScript
39
star
16

docker-socks-tunnel

A tiny Dockerized SOCKS5 proxy
Dockerfile
32
star
17

mockthereum

Powerful friendly Ethereum mock node & proxy
TypeScript
26
star
18

mockttp-proxy-demo

A tiny demo, showing how to build your own scriptable HTTPS-intercepting proxy with Mockttp
JavaScript
23
star
19

frida-js

Pure-JS bindings to control Frida from node.js & browsers
TypeScript
21
star
20

openapi-directory-js

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
TypeScript
19
star
21

mobx-shallow-undo

Zero-config undo & redo for Mobx
TypeScript
18
star
22

browser-launcher

Detect the browser versions available on your system, and launch them in an isolated profile for automation & testing purposes.
JavaScript
18
star
23

httpolyglot

Serve http and https connections over the same port with node.js
TypeScript
15
star
24

accounts

The API & dashboard that power HTTP Toolkit account management
TypeScript
10
star
25

mockrtc-extension-example

An example web extension, using MockRTC to intercept & debug your own WebRTC traffic
TypeScript
10
star
26

ios-ssl-pinning-demo

A tiny demo iOS app using SSL pinning to block HTTPS MitM interception
Swift
9
star
27

httpsnippet

HTTP Request snippet generator for many languages & libraries
JavaScript
8
star
28

usbmux-client

A pure-js Node.js library for communicating with iPhones over USB via usbmux
TypeScript
8
star
29

os-proxy-config

Access the operating system proxy configuration from Node.js, for all platforms
TypeScript
6
star
30

http-encoding

Everything you need to handle HTTP message body content-encoding
TypeScript
5
star
31

anonymizing-reverse-proxy

Anonymizing reverse proxy used between HTTP Toolkit end users & 3rd party services
Dockerfile
5
star
32

mac-system-proxy

Access the Mac system proxy settings from Node.js
TypeScript
5
star
33

xz-decompress

XZ decompression for the browser & Node without native code, via WebAssembly
JavaScript
5
star
34

webextension

A browser extension used in HTTP Toolkit
TypeScript
4
star
35

osx-find-executable

Find an app's executable by its bundle id
JavaScript
4
star
36

node-launcher

WIP: An node.js-powered launcher for httptoolkit (try 'npx httptoolkit')
JavaScript
3
star
37

websocket-stream

websockets with the node stream API
JavaScript
3
star
38

act-build-base

A base image for local GitHub Action builds with Act
Shell
3
star
39

demo-scripts

WIP: an script for automatically following (and recording) workflows in HTTP Toolkit
TypeScript
3
star
40

android.httptoolkit.tech

Static site used as infrastructure to support the HTTP Toolkit Android app
2
star
41

evil-package

An npm package demonstrating how packages can steal your data (but not actually doing so!)
JavaScript
2
star
42

windows-system-proxy

Access the Windows system proxy settings from Node.js.
TypeScript
2
star
43

ipfs-openapi-spec

An IPFS OpenAPI spec, automatically generated from the official documentation
TypeScript
2
star
44

testserver

A public test server for HTTP & related protocols, similar to httpbin.org (but actively maintained)
TypeScript
2
star
45

destroyable-server

A tiny Node.js module to make any net.Server force-closeable
TypeScript
1
star
46

amiusing

Microsite to tell you if you're currently being proxied by HTTP Toolkit
HTML
1
star
47

statuspagestatuspage

TypeScript
1
star