#1
BLOCK:HttpRequest
url = "https://example.com"
TYPE:STANDARD
$""
"application/x-www-form-urlencoded"
ENDBLOCK
IF STRINGKEY @data.ERROR Contains "HttpRequestException"
JUMP #1
ELSE
JUMP #2
END
Error code
[Executing block Http Request] HttpRequestException: Normally, only one usage is allowed for each socket address (protocol/network address/port).(xxx.xxx.xx.xx:xxxxx)
When this error is returned, I want it to go back to the code I specified above the request and make the request again because it rarely gives this error, but I can’t manage to do this. Please help.