skipper icon indicating copy to clipboard operation
skipper copied to clipboard

Content based block filter

Open MustafaSaber opened this issue 2 years ago • 0 comments

Intro

Body filter is a used to block requests based on body content

Implementation can be tested with proxy ./bin/skipper -address=:9999 -inline-routes='r: * -> block("foo") -> "http://127.0.0.1:9090";'

MustafaSaber avatar May 09 '22 10:05 MustafaSaber