Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-11-11 04:16
Flavor·PCRE (Legacy)

/
^(get|post|head|options|put|delete|trace|connect) [\x09-\x0d -~]*? http\/(0\.9|1\.0|1\.1)|^http\/(0\.9|1\.0|1\.1) [1-5][0-9][0-9]
/
si
Open regex in editor

Description

For use with router layer 7 filtering, will detect intial connection or initial response

Submitted by Andrew Cox