net-http icon indicating copy to clipboard operation
net-http copied to clipboard

parsing add case-sensitive headers with '@'

Open GodKelvin opened this issue 3 years ago • 1 comments

Because in some applications the header is sensitive, for this, if I pass an '@', I make the same value in header, without capitalize. For example, I have a request for API make in C#, him break if I pass 'Token' but worked if I pass 'token', because he not follow the RFC.

GodKelvin avatar Jan 28 '22 14:01 GodKelvin

hi @GodKelvin @nobu is there any update on this PR? would like to have this feature be merged which will be helpful in certain case where the 3rd-party API server is not following the RFC standard

kahshing96 avatar Apr 22 '24 10:04 kahshing96