SoapUI中「Response亂碼沒法解析」或者「Request和Response都爲空」

Situation 1:this

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

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:ip

Situation 2 :rem

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

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

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.test

相關文章
相關標籤/搜索