James is an HTTP Proxy and Monitor designed to help developers view and intercept requests made from browsers. It serves as an open-source alternative to tools like Charles, providing a robust solution for debugging and monitoring web traffic.
Key Features:
Wildcard URL Mappings: Allows developers to redirect specific request patterns to local development servers using wildcards.
HTTPS Proxying Support: Enables secure debugging with instructions available on the project's wiki.
Built with Modern Frameworks: Utilizes hoxy for proxy functionality, electron for the desktop experience, and react for the user interface.
Audience & Benefit:
Ideal for developers working on web applications who need to debug or monitor HTTP requests. James provides insight into request behavior, aiding in development without relying on external tools.
James can be installed via winget, making it easy to integrate into your workflow.
README
This project is in maintenance mode
Maintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.
We suggest looking at HTTP Toolkit as an actively maintained open-source alternative.
James
James is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.
It is an open-source alternative to the popular developer tool Charles
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.