liubao68 commented on issue #2109: URL: https://github.com/apache/servicecomb-java-chassis/issues/2109#issuecomment-740478887
Http URL/HEADER/BODY 大小都有限制,这个是协议要求的内容。 "cse在调用时把请求体都放到了url上" 这个应该是你定义的接口存在错误, 比如可以指定 RequestBody, 但是没指定, 默认值是 RequestParam。 可以看下你的接口定义。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
