You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/09/21 01:37:07 UTC

[GitHub] [servicecomb-java-chassis] yanghao605 commented on issue #2499: Caused by: com.fasterxml.jackson.core.JsonParseException: Illegal character ((CTRL-CHAR, code 31)): only regular white space (\r, \n, \t) is allowed between tokens

yanghao605 commented on issue #2499:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2499#issuecomment-1253099995

   遇到个类似的问题,同样的报错,原因是基于Postman发送请求的时候,指定了Accep-Encoding类型为客户端不接受的类型,导致服务端发送请求返回到客户端时,客户端解析失败。
   ![D8B0EF9A-4BA2-4179-9EBE-EFFB74B7E330](https://user-images.githubusercontent.com/73453250/191394691-3f484986-dcea-495b-a1db-b85fd5c70628.png)
   建议通过curl命令在客户端访问服务端接口,查看返回的报文信息
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org