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
Does this issue reproduce with the latest release?
yes
The key of token in the request header of many servers is nonstandard. When I want to proxy the server restful api, the function 'CanonicalMIMEHeaderKey' cause me trouble
The token keyword carried by my request is 'AuthToken'
After the function CanonicalMIMEHeaderKey, it becomes 'Authtoken'
the server can't identify 'Authtoken'
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
The key of token in the request header of many servers is nonstandard. When I want to proxy the server restful api, the function 'CanonicalMIMEHeaderKey' cause me trouble
The token keyword carried by my request is 'AuthToken'
After the function CanonicalMIMEHeaderKey, it becomes 'Authtoken'
the server can't identify 'Authtoken'
The text was updated successfully, but these errors were encountered: