Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-12 05:11
Flavor·PCRE2 (PHP)

/
^[\w\d\/\.\-\+]+(?:\s?;?(\s+)?((?:boundary|charset)\s?=\s?['\"\w\d\.\-]+)?;?(\s+)?)?(?:\s?(?:gzip|deflate|br|,)+\s?;?(\s+)?)?$
/
gm
Open regex in editor

Description

Some applications send incorrect HEADERS:Content-Type. If it needs to pass the checks (for example, on WAF) this regex maybe used

Submitted by anonymous