Fiddler转发请求

1. 基础转发功能

Match: https://docs.telerik.com/fiddler-everywhere/introduction
Action: http://localhost:4000/fiddler-everywhere/introduction

会把 https://docs.telerik.com/fiddler-everywhere/introduction 转发到 http://localhost:4000/fiddler-everywhere/introduction

2. 正则转发

Match: regex:(.*)docs.telerik.com/(.*)
Action: http://localhost:4000/$2

上边的规则会把

https://docs.telerik.com/fiddler-everywhere/modify-and-filter-traffic/modify-traffic-with-rules

请求转发到

http://localhost:4000/fiddler-everywhere/modify-and-filter-traffic/modify-traffic-with-rules