SagarShroff
9 years agoOccasional Contributor
Empty Http response with 200 status code
Hi
I facing 1 issue in my tests, on executing the http request via 'Verify Scenario', the request returns appropriate response. But on executing the same http request via 'Tests', the request returns empty response. I am using http 1.1 protocol.
So the solution was, there is a global settings under logging to store full headers and bodies. And it was the default settings. The main problem is that it was logging both headers and bodies in 'Verify Scenario' but when executed via tests then it was logging as per configuration which led to confusion. Please fix it.