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
micah.stairs
micah.stairs12mo ago
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
Adobe.Flash
Adobe.Flash12mo ago
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 ...

Did you find this page helpful?