Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[1.x] Avoid application/x-protobuf content type for Base64 client requests #165

@dmytro-kashcheiev

Description

@dmytro-kashcheiev

Replace client request Content-Type from application/x-protobuf to something custom.

This issue applies to both web and dart repositories.

The default implementation of Protobuf controllers for some web servers (for example Micronaut) expects bytes when they face Content-Type:application/x-protobuf instead they receive Base64 encoded body that leads to additional configuration issues.
Probably some other Content-Type should be used.

Metadata

Metadata

Assignees

Labels

Client JSIssues related to the `spine-web-client` library

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions