| [ Web Proxy ] |
| Viewing: https://allproxy.github.io/allproxy/ | [Back] [Original] |
MITM debugging proxy with a web GUI to view and modify all of the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.
Also imports JSON logs to make them human readable.
Options:
- Install NPM package:
npm install -g allproxy
- Run:
allproxyorallproxy_win.bat- Clone repo and run: npm install && npm run build && npm start
- Docker container:
- docker build -t allproxy .
- docker run name allproxy -i -t -v ~/.allproxy:/root/.allproxy -v ~/Downloads:/root/Downloads -p 8888:8888 allproxy
Open
allproxyin browser;
NOTE:
It is recommended that Use hardware acceleration when available is disabled on Chrome.
See the Releases to download an Electron Applications for MacOS, Linux and Windows.
JSON structured logs can be viewed in a human readable format. See jlogviewer for more details.
AllProxy is a man-in-the-middle server that captures the traffic between your application and web server. You can inspect the complete HTTP request and response.
[Alt text]
Use advanced filter criteria to find what youre looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message.
[Alt text]
Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server.
[Alt text]
Modify and resend any captured HTTP requests.
[Alt text]
Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP.
[Alt text]
AllProxy has a Help modal to help you configure and use the application.
[Alt text]
[image]
[image]
[image]
[image]
[image]
This code is licensed under the MIT License.
| Web Proxy Viewer | New URL | Original Page |