Forum Discussion

LPGiroux's avatar
LPGiroux
Frequent Visitor
4 years ago

Checking request status and using the result without doubling server calls

Hi, I'm developping a custom connector to connect to our rest API. I use ManualStatusHandling to properly manage a few types of HTTP error codes (400, 429, 500) using Web.Contents. I folow the Wait-...