{"id":13464958,"url":"https://github.com/james-proxy/james","last_synced_at":"2025-10-08T19:25:27.370Z","repository":{"id":34183144,"uuid":"38034368","full_name":"james-proxy/james","owner":"james-proxy","description":"Web Debugging Proxy Application","archived":false,"fork":false,"pushed_at":"2021-06-03T10:58:08.000Z","size":3881,"stargazers_count":1430,"open_issues_count":35,"forks_count":124,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-23T06:09:54.595Z","etag":null,"topics":["debugging-tool","electron","http","http-proxy","james","proxy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/james-proxy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-25T07:20:34.000Z","updated_at":"2025-05-20T12:58:14.000Z","dependencies_parsed_at":"2022-08-08T00:01:52.323Z","dependency_job_id":null,"html_url":"https://github.com/james-proxy/james","commit_stats":null,"previous_names":["uxebu/james"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/james-proxy/james","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-proxy%2Fjames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-proxy%2Fjames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-proxy%2Fjames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-proxy%2Fjames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james-proxy","download_url":"https://codeload.github.com/james-proxy/james/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-proxy%2Fjames/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000705,"owners_count":26082805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging-tool","electron","http","http-proxy","james","proxy"],"created_at":"2024-07-31T14:00:53.526Z","updated_at":"2025-10-08T19:25:27.341Z","avatar_url":"https://github.com/james-proxy.png","language":"JavaScript","readme":"### This project is in maintenance mode\n\nMaintainers or forks welcome: the original James team aren't able to spend the same amount of time on James anymore.\n\nWe suggest looking at [HTTP Toolkit](https://httptoolkit.tech) as an actively maintained open-source alternative.\n\n---\n\n# James\n\n[![Build Status](https://travis-ci.org/james-proxy/james.svg?branch=master)](https://travis-ci.org/james-proxy/james) \n\nJames is an HTTP Proxy and Monitor that enables developers to view and intercept requests made from the browser.\nIt is an open-source alternative to the popular developer tool [Charles](http://www.charlesproxy.com/)\n\nJames is built with [hoxy](https://github.com/greim/hoxy), [electron](https://github.com/atom/electron) and [react](https://reactjs.org/)\n\n![](resources/screenshot-1.png)\n\n## Installing\nDownload the correct version for your OS and run\n\n[![All platforms download](https://img.shields.io/badge/download-any_platform-green.svg)](https://github.com/james-proxy/james/releases/latest)\n\n## Features\n\n### Wildcard URL Mappings\n\nTo use wildcards in the \"url to map\" field, put a \"*\" between two adjacent slashes. For example:\n```\nhttp://foo.com/version/*/app.js -\u003e http://localhost:8000/app.js\n```\nRequests which will be redirected:\n* `http://foo.com/version/1/app.js`\n* `http://foo.com/version/26.8/app.js`\n* `http://foo.com/version/spaghetti/app.js`\n\nRequests which will **not** be redirected:\n* `http://foo.com/version/app.js`\n* `http://bar.com/version/1/app.js`\n\nYou can also use multiple wildcards in the same URL.\n \n### HTTPS Proxying\n\nTo enable HTTPS support follow the [instructions in our wiki](https://github.com/james-proxy/james/wiki)\n\n## Contributing\n\nFeel free to open pull requests and issues!\nIf you need inspiration, take a look in the issue section.\n\n### Setting up a development environment\n\nThe electron instance will automatically reload whenever a change is made\n\n 1. Clone the repository\n 2. `npm install`\n 3. `npm start`\n\n### Other useful npm commands\n\n- `npm test`: Runs all tests\n- `npm run build`: Completely builds the app (no watch)\n- `npm run lint`: Checks all JS code against defined code styling rules\n- `npm run release`: Creates a standalone app bundle for all operating systems\n\n### Guidelines\n- Make sure that no tests are failing\n- Always add tests for new features\n- Make sure that there are no linting errors in your code (use `npm run lint`)\n\n### Communication\n\nWe're using [Matrix](https://matrix.org/) for communication, and you can use the\n[Vector.im client to join the room.](https://vector.im/beta/#/room/#james:matrix.org)\n(If it doesn't load when you click \"join\", refresh the page).\n\n### Contributors\n- @davidneat\n- @klipstein\n- @mitchhentges\n- @nerdbeere\n- @tomitm\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2015 Julian Hollmann\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","funding_links":[],"categories":["JavaScript","开发者工具","Developer Tools","HarmonyOS","测试工具","electron"],"sub_categories":["Network Analysis","Windows Manager","网络分析"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-proxy%2Fjames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-proxy%2Fjames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-proxy%2Fjames/lists"}