-Sometimes you might have issue sending events to configured event handler upstream, one typical error type is related to abuse protection failure, for example, `AbuseProtectionResponseInvalidStatusCode`, `AbuseProtectionResponseMissingAllowedOrigin`, or `AbuseProtectionResponseFailed`. Such error is probably related to your upstream app server settings, for example, 403 status code might be related to your app server authentication configuration, 404 status code might caused by inconsistent event handler path configured. One way to troubleshoot such failure is to send an abuse protection request to your configured event handler URL to see if it works, for example, using `curl` command to send an abuse protection request to your configured event handler URL `https://abc.web.com/eventhandler` is as below:
0 commit comments