This message originated from Cribl Community Slack.
Click here to view the original link.
Hi Team,
Do we know if Adobe supports Cribl's RAW HTTP Source for webhook URL?
Currently, Adobe's verification of the webhook URL is failing - we're seeing a 604 from Adobe's side although the uri path at the Cribl source is reachable & listening.
Solved
Adobe Webhook URL Verification Failing With Error 604 For Cribl RAW HTTP Source
Best answer by mario
Hi @user ,
604 status code is a request time out from what I have found.
Looks like Adobe sends a CRC verification upfront. (Maybe you can confirm that)
Cribl's Raw HTTP Source simply listens for incoming HTTP requests and creates events, it has no built-in logic to detect a challenge request and respond with the required CRC hash.
Possible workarounds would be:
- Reverse proxy / middleware — Place something like nginx or an AWS API Gateway + Lambda in front of Cribl that handles the CRC challenge, then forwards actual webhook payloads to the Cribl Raw HTTP Source.
- External script — Run a lightweight HTTP server (e.g., Python/Flask) that handles the Adobe challenge/response and proxies real events to Cribl's Raw HTTP Source on the appropriate port.
Sign up
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
