Any risk with HTTP header value reflection?
This website has a header in the request (If-None-Match) and whatever you set the value to for it, the response will contain a header (ETag) with the value of the If-None-Match header.
I understand why it does that, but is t… Continue reading Any risk with HTTP header value reflection?