您的位置:首页 > 产品设计 > UI/UE

SoapUI中“Response乱码无法解析”或者“Request和Response都为空”

2017-02-27 00:00 232 查看
摘要: Change zipped HTTP response to unzipped

Situation 1:

If HTTP response's content is too large and the Accept-Encoding is "gzip,deflate", SoapUI will compress it, HTTP response show as below:



To fix this problem, we need to remove the "gzip" in the value of Accept-Encoding. It means we need to set the value of Accept-Encoding to "deflate" as below:



Situation 2 :

After run a step, the Raw are blanks both of Request and Response, and the "Transfer-Encoding" was "chunked" in Response.

To fix this problem ,we also should add "Accept-Encoding = deflate" in the Headers:



But if the Accept-Encoding is "deflate", and the Request and Response are also blank, you should delete the project and import it into the workspance. Then the test case will works well.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐