THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Retry when response is empty
-
How can i retry on empty Response Source?
I don't know how to check and retry when i do have Calculated header: Content-Length: 0
Thing is i always get 200 OK response code but it's empty, maybe im doing too many requests it skips probably idk...
Can somebody help? thanks !
-
Try this
KEYCHECK KEYCHAIN Retry OR KEY "<SOURCE>" EqualTo ""
-
Oh i just have to put equal nothing, that's it thanks !
-
Or you can do
KEY "<HEADERS(Content-Length)>" EqualTo "0"