Replies: 1 comment 1 reply
-
I've never seen an emoji in a http header. Is that the case? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm having this problem where my api-gateway (that use go-micro) can't handle a request that contain an emoji. The error message that I receive is
\"id\":\"go.micro.client\",\"code\":500,\"detail\":\"header key \\\"request\\\" contains value with non-printable ASCII characters\"
I was wondering is this go-micro related or something else? I hope I can find an answer in this discussion. My current solution is to encode the request and then decode it in my api-gateway.Beta Was this translation helpful? Give feedback.
All reactions