JustRedirection
Overview
Redirect requests based on filter rules
# JustRedirection A Chrome extension that intercepts and redirects requests based on configurable filter rules. ## Background When debugging web backend services locally, we often need to redirect frontend requests to local debug processes. This extension helps simplify this process by providing an easy way to manage request redirections. ## Features - One-click enable/disable request redirection - Configure filter rules to redirect matching requests - Drag-and-drop interface to adjust filter rule priorities - Track and display all redirected requests with their matching filters ## Filter Rules ### Supported Matching Methods - Prefix matching - Rule example: `https://testtaskonbackend.taskon.xyz/` → `http://127.0.0.1:8080/` - Redirect example 1: `https://testtaskonbackend.taskon.xyz/boost/v1/submitBoostQuest` → `http://127.0.0.1:8080/boost/v1/submitBoostQuest` - Redirect example 2: `https://testtaskonbackend.taskon.xyz/v1/getUserInfo` → `http://127.0.0.1:8080/v1/getUserInfo` - Wildcard matching (planned) - Regular expression matching (planned) Currently, only prefix matching and replacement are implemented.
0 out of 5No ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version1.1
- UpdatedNovember 18, 2024
- Size88.31KiB
- LanguagesEnglish
- Developer
Email
wangzhigang12@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes