Skip to content

Ability to not pass implicit headers "application/x-protobuf" to the request #82

@abhivaikar

Description

@abhivaikar

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

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions