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:
- Check if SSL verification is disabled in Postman Settings
- 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.