dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

How do i forward the unmatched request to where it wanted? #212

Open boxerxing opened 7 years ago

boxerxing commented 7 years ago

Hi,I have a feature,when the mock server receiving a request and the request is not match any interceptors then we need forward this request to the real server to get respond. but i don't know how to do this feature with Moco

boxerxing commented 7 years ago

中文描述下需求就是,我现在通过Moco的proxy收到了请求,但是这个请求没有匹配到的Mock数据,我希望我的这个请求被Moco透传出去,这个功能如何实现?