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
One of the apis (that requires protobuf encoded payload over http) I'm testing accepts content-type as ONLY binary/octet-stream.
Hence I'm passing the header from protoman like this:
But when I make the request, the service is receiving content-type as binary/octet-stream,application/x-protobuf. I guess that means Protoman is attaching application/x-protobuf in the header. Due to this, the api call fails.
Can this implicit passing of application/x-protobuf be removed or made optional?
The text was updated successfully, but these errors were encountered:
abhivaikar
changed the title
Ability to not pass implicit headers for application/x-protobuf
Ability to not pass implicit headers "aplication/x-protobuf" to the request
Feb 4, 2022
abhivaikar
changed the title
Ability to not pass implicit headers "aplication/x-protobuf" to the request
Ability to not pass implicit headers "application/x-protobuf" to the request
Feb 4, 2022
One of the apis (that requires protobuf encoded payload over http) I'm testing accepts content-type as ONLY
binary/octet-stream
.Hence I'm passing the header from protoman like this:
![image](https://user-images.githubusercontent.com/1690028/152491161-0f17ea2b-e1a3-4f8d-936d-909c09081e98.png)
But when I make the request, the service is receiving content-type as
binary/octet-stream,application/x-protobuf
. I guess that means Protoman is attachingapplication/x-protobuf
in the header. Due to this, the api call fails.Can this implicit passing of
application/x-protobuf
be removed or made optional?The text was updated successfully, but these errors were encountered: