=== 주입 1. 동명 헤더 두 개 (문서의 grep 형태) ===
"x-auth-request-roles" : [ "admin", "editor" ]
=== 주입 2. 값 안의 쉼표 ===
"x-auth-request-roles" : [ "admin,editor,viewer" ]
"x-auth-request-roles" : [ "role-with,comma" ]
=== 주입 4. 신원 위조 ===
"x-auth-request-email" : [ "attacker@evil.invalid" ]
"x-auth-request-user" : [ "attacker" ]
=== 문서가 적은 x-forwarded-proto grep 형태 ===
(위가 비면 공백 때문이다)
"x-forwarded-proto" : [ "http" ]
