[Feature Request] 'Success' output pin on HTTPRequest

 

It would be great if the HTTPRequest module could have a 'success' (or similar) output pin.
Not unlike the 'exists' pin on Collection modules.

When a Request fails we see that in the log. e.g. stuff like
'HTTP request failed: [...]'
So the module already 'knows' that something went wrong.

If we could get that info directly out of the module (using that pin),
one could utilize this information for further debugging or to trigger other actions.

Cheers & all the best.

Eric.


   EricWest

 
Profile Image
Eifert@Aximmetry
  -  

Hi Eric,

You could just look for if the request returns an empty text:

If it returned no text, then the request most likely failed.

Anyway, maybe it could show the actual state of the request. So we added it to our request list and we will consider adding it in future releases.

Warmest regards,