You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shim returns the status code it received from the third-party destination (e.g. vRO). Turns out, LI requires a "200 OK" else it treats the response as a failure (e.g. "202 Accepted"). If LI rejects, then it retries to send the webhook, which means the same webhook may be processed multiple times. While this is a bug in LI, it can be solved in the shim. The request is to have the shim return "200 OK" for every 2xx status.
The text was updated successfully, but these errors were encountered:
The shim returns the status code it received from the third-party destination (e.g. vRO). Turns out, LI requires a "200 OK" else it treats the response as a failure (e.g. "202 Accepted"). If LI rejects, then it retries to send the webhook, which means the same webhook may be processed multiple times. While this is a bug in LI, it can be solved in the shim. The request is to have the shim return "200 OK" for every 2xx status.
The text was updated successfully, but these errors were encountered: