This commit is contained in:
Robin Sommer 2015-04-20 20:51:00 -07:00
commit fae4ff8da2
4 changed files with 19 additions and 2 deletions

View file

@ -266,7 +266,7 @@ event http_header(c: connection, is_orig: bool, name: string, value: string) &pr
add c$http$proxied[fmt("%s -> %s", name, value)];
}
else if ( name == "AUTHORIZATION" )
else if ( name == "AUTHORIZATION" || name == "PROXY-AUTHORIZATION" )
{
if ( /^[bB][aA][sS][iI][cC] / in value )
{