Forum Discussion

SagarShroff's avatar
SagarShroff
Occasional Contributor
9 years ago
Solved

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 ret...
  • SagarShroff's avatar
    SagarShroff
    9 years ago

    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.