kapow icon indicating copy to clipboard operation
kapow copied to clipboard

Header key/value encoding validation

Open hhurtado opened this issue 5 years ago • 2 comments

GO's implementation doesn't make any header key/value encoding validation. We need to add this validation.

hhurtado avatar Oct 22 '19 14:10 hhurtado

We have to discuss as well wether the cookie headers must be case sensitive or not.

panchoh avatar Oct 23 '19 09:10 panchoh

@panchoh unfortunately they kind of do (read threads https://github.com/vlang/v/pull/9462#issuecomment-808962169 and https://github.com/vlang/v/pull/9602#issuecomment-813105884 ).

We shall follow the basic robustness principle: be liberal on input and strictly conformant on output.

dumblob avatar Nov 27 '22 18:11 dumblob