yize / xswitch

A Chrome Extension for redirecting/forwarding request urls
https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
MIT License
990 stars 118 forks source link

开启后转发错误 (failed) net::ERR_FAILED #53

Open thkdog opened 4 years ago

thkdog commented 4 years ago

image 转发显示这个错误,即使域名使用127.0.0.1都不对 以下是规则: { "proxy": [ [ "http://daily.mgr.edcs.91yilong.cn/api/(.*)", "http://localhost:25001/$1" ], ], }

thkdog commented 4 years ago

补充一下,直接对请求进行 Open In New Tab是可以正常访问的