tumpio/requestcontrol

Filter URLs by method

Havock94 opened this issue · 0 comments

Hello!
I would like to know if it's possible to include/exclude URLs by method (in case of XHR requests), so that I can filter PUT and DELETE requests, but allow GET and POST ones.

Expected behavior

To be able to filter a request method (GET, POST, PUT etc.)

Actual behavior

There's no option, that I can see, to do so

Thank you!