This topic was automatically generated from Slack. You can find the original thread here.
hey all. I am not getting x-pd-signature in my headers for connection webhooks in development environment. is that expected?
This topic was automatically generated from Slack. You can find the original thread here.
hey all. I am not getting x-pd-signature in my headers for connection webhooks in development environment. is that expected?
It sounds like you’re not seeing the x-pd-signature header in your connection webhooks when running in the development environment. This can be expected behavior: in many webhook implementations, signature validation and signing are only enabled in production environments for security and to simplify local development and testing. Key points: - In development, Pipedream Connect may not include the x-pd-signature header on webhooks. - Signature validation is recommended for production, but often omitted in development to ease local testing. - Always validate signatures in production to ensure webhook authenticity. If you need signature headers in development for your testing, please clarify your use case or check if there’s a configuration option to enable them. If you’re still having trouble or need further clarification, please visit Pipedream for more support options.
just testing my webhook implementation with signature verification e2e in development. mb some from the team can confirm this
Yes: Webhooks - Pipedream