Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Include rules not restricting method #238

Closed Jvlythical closed 1 month ago

Jvlythical commented 1 month ago

Problem If the method of a request does not match an existing include rule, then the request will still be allowed.

Solution So long as there is one include rule, if the request does not match it, it should not be allowed.