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
Describe the bug
when the http header content-type value is "application/json;v=1" or "application/json; charset=utf-8"
receiver throws below error
"415 unsupported media type, supported: [application/json, application/x-protobuf"
Steps to reproduce
send http header content-type value "application/json;v=1"
What did you expect to see?
successful http 200 response
What did you see instead?
"415 unsupported media type, supported: [application/json, application/x-protobuf"
What version did you use?
Version: latest
What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: Amazon Linux
Compiler(if manually compiled): (e.g., "go 14.2")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
when the http header content-type value is "application/json;v=1" or "application/json; charset=utf-8"
receiver throws below error
"415 unsupported media type, supported: [application/json, application/x-protobuf"
Steps to reproduce
send http header content-type value "application/json;v=1"
What did you expect to see?
successful http 200 response
What did you see instead?
"415 unsupported media type, supported: [application/json, application/x-protobuf"
What version did you use?
Version: latest
What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: Amazon Linux
Compiler(if manually compiled): (e.g., "go 14.2")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: