This topic was automatically generated from Slack. You can find the original thread here.
David : hey, how can I find the URL that requested the pipedream webhook? I’ve looked all over but If i need to verify what url the request to pipedream came from how can I see that?
Dylan Sather (Pipedream) : welcome! If the request is being sent server-side, via a webhook, the source server may not communicate this information. If the request is being sent from a client browser, you may see an HTTP referrer URL in steps.trigger.event.headers.referer. The IP address of the request will also be available in steps.trigger.event.client_ip .