codemancers / interceptor

A browser extension to mock AJAX requests at the browser level
MIT License
208 stars 25 forks source link

Should support URL pattern. #184

Open ripley opened 5 years ago

ripley commented 5 years ago

Sometimes a request may contain ever changing arguments, say https://api.mysite.com/query?from_time=1573640503270&to_time=1573640603270, here the from_time may just be value from a 'new Date()', it's very difficult to intercept an url like this.

So the interceptor should be able to handle url with a pattern, regex might be overkill. A pattern like * should suffice.

AnnikaNissen commented 4 years ago

Any news on this? Would be very helpful!