HTTP Request successful true/false

Endercraft

Moderator (& bug finder :D)
Add Save call success state in boolean variable, just like in Open website/HTTP Get action.
 

JA-Translator

Moderator
Yes, it has been already implemented, isn't it? 👍
You can get the response code (success) in a variable.
The SUCCESS code is usually 200, that means True as a boolean value.
 

MacroDroidDev

Administrator
Staff member
The response code is the result of the request. Any value in the 200s means that the call succeeded. In the vast majority of cases the value will be exactly 200.
 
Top