![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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:
allproxy
orallproxy_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
allproxy
in 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.
Use advanced filter criteria to find what you're looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message.
Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server.
Modify and resend any captured HTTP requests.
Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP.
AllProxy has a Help modal to help you configure and use the application.
This code is licensed under the MIT License.
FAQs
AllProxy: MITM HTTP Debugging Tool.
The npm package allproxy receives a total of 3 weekly downloads. As such, allproxy popularity was classified as not popular.
We found that allproxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.