fullstorydev / fullstorydev/grpcui
Show grpc-message content even if unexpected HTTP Status codes or Content Types are set
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
Some server software, such as AspNetCore when running authorization middleware will set the HTTP Status Code to 401 instead of 200. When you have a server serving multiple different api types always coercing it into GRPC format isn't that easy.
We do set grpc-status and grpc-message headers and the grpc status codes and message are read correctly by most software.
grpcui should display the grpc-message that details the reason authentication failed instead of displaying an error that other content was unexpected (having that additional information doesn't hurt though).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.