awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/anyproxy

0
View on GitHub↗
7,913 stars·1,203 forks·JavaScript·Apache-2.0·9 viewsanyproxy.io↗

Anyproxy

AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin system. It functions as a configurable proxy server where user-defined plugins inspect or alter requests and responses as they pass through the proxy.

The framework distinguishes itself through a middleware stack that processes requests sequentially, enabling modular traffic transformation and logging. It handles HTTPS interception by dynamically generating and installing root certificates for transparent decryption, and routes traffic based on configurable rules matching request properties like URL, method, or headers. An event-driven pipeline processes requests and responses through lifecycle stages, while an in-memory store buffers intercepted messages for plugin inspection or modification.

The project covers traffic interception, request and response modification, proxy plugin development, and Node.js proxy configuration. Documentation and installation details are available through the repository.

Features

  • Node.js Proxy Servers - Provides a fully customizable HTTP/HTTPS proxy server built on Node.js with a plugin system.
  • HTTP Traffic Analysis - Captures and inspects HTTP and HTTPS requests and responses passing through a proxy for analysis or modification.
  • HTTP Proxies - Provides a configurable proxy server built on Node.js that intercepts and modifies HTTP and HTTPS traffic through a plugin system.
  • HTTP Traffic Inspection - Captures and inspects HTTP and HTTPS requests and responses passing through a proxy for analysis or modification.
  • Proxy Stacks - Provides a middleware stack that processes requests sequentially for modular traffic transformation and logging.
  • Dynamic Certificate Generators - Dynamically generates and installs root certificates to enable transparent decryption of HTTPS traffic.
  • HTTP Request and Response Modifiers - Alters the content of intercepted HTTP or HTTPS messages before they reach their destination or the client.
  • Proxy Plugin Systems - Adds custom logic to a proxy server through a plugin system to handle specific traffic patterns or transformations.
  • Request Interception Middleware - Intercepts HTTP/HTTPS traffic by routing requests through a chain of user-defined plugins for inspection or modification.
  • Event-Driven Pipelines - Processes requests and responses through an asynchronous event pipeline where plugins hook into lifecycle stages.
  • Request-Response Buffers - Buffers intercepted HTTP messages in memory to allow plugins to inspect or modify payloads before forwarding.
  • Traffic Routing Rules - Routes proxy traffic based on configurable rules matching request properties like URL, method, or headers.

Star history

Star history chart for alibaba/anyproxyStar history chart for alibaba/anyproxy

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Anyproxy

Similar open-source projects, ranked by how many features they share with Anyproxy.
  • avwo/whistleavwo avatar

    avwo/whistle

    15,570View on GitHub↗

    Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management interface. It operates as a man-in-the-middle proxy, intercepting HTTP, HTTPS, HTTP/2, WebSocket, and TCP traffic between clients and servers, and provides a plugin-based architecture that extends core functionality with custom rules, UI panels, and protocol handlers at runtime. The project distinguishes itself through a combination of capabilities that go beyond basic traffic inspection. It supports server-side headless operation on Linux, allowing it to intercept traffic for appli

    JavaScriptcharlesdebugfiddler
    View on GitHub↗15,570
  • monkeywie/proxyeemonkeyWie avatar

    monkeyWie/proxyee

    1,630View on GitHub↗

    Proxyee is a Java-based network proxy library designed for building custom proxy servers that support traffic interception, inspection, and modification. It functions as a programmable framework for handling HTTP, HTTPS, and WebSocket traffic, providing the necessary tools to analyze and alter request and response data in real time. The project distinguishes itself through its man-in-the-middle capabilities, which include dynamic certificate generation to facilitate the decryption and re-encryption of secure traffic streams. This allows for granular control over network communications, suppor

    Javahttphttpsjava
    View on GitHub↗1,630
  • elazarl/goproxyelazarl avatar

    elazarl/goproxy

    6,698View on GitHub↗

    An HTTP proxy library for Go

    Go
    View on GitHub↗6,698
  • wuchangming/spy-debuggerwuchangming avatar

    wuchangming/spy-debugger

    7,620View on GitHub↗

    spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile devices, WebViews, and mobile browsers. It functions as a network packet capture tool and a remote browser inspector, allowing users to monitor HTTP and HTTPS requests wirelessly without the need for USB cables. The project distinguishes itself by using script injection to enable remote debugging. It injects JavaScript into HTTP response bodies, providing the ability to inspect HTML and CSS elements and perform live page content editing directly on the mobile screen. Additionally,

    JavaScriptdebugspy-debuggerwechat
    View on GitHub↗7,620
See all 30 alternatives to Anyproxy→

Frequently asked questions

What does alibaba/anyproxy do?

AnyProxy is an HTTP/HTTPS proxy framework built on Node.js that intercepts and modifies traffic through a plugin system. It functions as a configurable proxy server where user-defined plugins inspect or alter requests and responses as they pass through the proxy.

What are the main features of alibaba/anyproxy?

The main features of alibaba/anyproxy are: Node.js Proxy Servers, HTTP Traffic Analysis, HTTP Proxies, HTTP Traffic Inspection, Proxy Stacks, Dynamic Certificate Generators, HTTP Request and Response Modifiers, Proxy Plugin Systems.

What are some open-source alternatives to alibaba/anyproxy?

Open-source alternatives to alibaba/anyproxy include: avwo/whistle — Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management… monkeywie/proxyee — Proxyee is a Java-based network proxy library designed for building custom proxy servers that support traffic… elazarl/goproxy — An HTTP proxy library for Go. wuchangming/spy-debugger — spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile… http-party/node-http-proxy — node-http-proxy is a Node.js HTTP proxy library used for forwarding requests to target servers. It functions as… dstotijn/hetty — Hetty is an HTTP intercepting proxy and web security research toolkit used to capture, inspect, and modify traffic…