You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code automatically makes the cookie, content-length, content-type, traceparent headers into title case and I receive 400 error from an api because we have to send the headers in lowercase. Please keep the original formatting of headers.
Steps to reproduce / Code Sample
Sending request to many apis is marked as bad request (error 400) because of automatic title casing.
The text was updated successfully, but these errors were encountered:
The client will change your header keys to title case when you are providing them all lowercase but using http1.
Make sure to use http2 when sending all lowercase header keys
The client will change your header keys to title case when you are providing them all lowercase but using http1. Make sure to use http2 when sending all lowercase header keys
TLS client version
1.2
System information
MacOS + Linux
Issue description
The code automatically makes the cookie, content-length, content-type, traceparent headers into title case and I receive 400 error from an api because we have to send the headers in lowercase. Please keep the original formatting of headers.
Steps to reproduce / Code Sample
Sending request to many apis is marked as bad request (error 400) because of automatic title casing.
The text was updated successfully, but these errors were encountered: