• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

How to use a Destination URL in Pabbly Hook

Status
Not open for further replies.
Understanding the "Destination URL Cannot Be on the Same Domain as Pabbly Hook URL" Message

When setting up a webhook in Pabbly Hook, you might encounter this error:

"Destination URL cannot be on the same domain as Pabbly Hook URL."

This message appears to ensure the webhook behaves as expected and avoids potential conflicts or recursion issues during execution.

Why This Restriction Exists:​

  1. Avoid Infinite Loops: If the destination URL is on the same domain, it might trigger another webhook call back to the Pabbly Hook instance, creating an infinite loop of requests.
  2. Ensure Proper Execution: Webhooks are designed to send data to external applications or services. This restriction ensures the destination URL points to an external endpoint to process or utilize the data.
  3. Prevent Conflicts: Same-domain requests might lead to unintended behaviors, such as cross-domain or security conflicts.

How to Fix This Issue:​

1732603932214.png
 
Status
Not open for further replies.
Top