0

I am always facing this error while executing a REST POST. I have even set the Timeout as 100000 but it still fails. Please help me resolve this.

enter image description here

Failure: Failed to execute HTTP request, Reason: connect timed out, Resolution: Please check the Snap properties.
Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58
Rosebud
  • 138
  • 1
  • 11
  • Have you checked the API and tried running it using postman or curl? – Bilesh Ganguly Jul 06 '17 at 17:35
  • try to check the connectivity between the GroundPlex(if using that) and the endpoint you are trying to connect. You may try using curl or wget commands – rohan Jul 11 '17 at 09:10

1 Answers1

0

Steps to debug this :

  1. Make sure the url being used is correct.
  2. Make sure the snaplex/groundplex where this request is being executed, that server can access this url. (Try curl to check)
  3. If unable to connect, check for firewall/other policies which maybe blocking your request
Ayush v
  • 351
  • 2
  • 9