Blank Status Code And Response From HTTP Request Activity Working In Postman

Resolution when there is blank response and 0 status code from HTTP Request activity output.

Issue Description:

When performing HTTP Request, Post activity - Status code - 0, Response - Empty . However, when doing it in Postman appropriate results are fetched.

Resolution:

  1. Check if SSL verification is disabled in Postman Settings
  2. If it is disabled, update the Web API package to >1.9.2 (preferably 1.11.0)
Note: This activity version has the option to switch on/off Enable SSL verification.