How to secure FireCrawl Webhooks?
I am a newbie trying to implement crawling with Webhooks. I've setup a simple FastAPI endpoint to receive webhooks from FireCrawl, but I don't understand - how do I make sure that the webhook endpoint is secure?
2 Replies
I asked about this the other day. They don't currently have a way to verify that webhook events are actually coming from FireCrawl yet
Almost there https://github.com/mendableai/firecrawl/pull/820
GitHub
Added support for webhook authentication by txrp0x9 · Pull Request ...
Adds a verification_token field to the crawl URL, used with the webhook field. It accepts a nonce string for the server to verify upon receiving webhooks, ensuring they originate from a legitimate ...