• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

How can I configure CORS for pabbly webhook.

Akash1829

Member
I am trying to send data to pabbly webhook from: https://dev-api.superfone.co.in
but I am getting this error: https://connect.pabbly.com/workflow/sendwebhookdata/IjU3NjUwNTZkMDYzMTA0M2M1MjZlNTUzMzUxM2Ii_pc' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
I am unable to find any CORS related settings in pabbly. Please help me out. How can I accept data from this domain to pabbly webhook
 
P

Pabblymember11

Guest
Hey @Akash1829

You can check it through a webbooks testing site called webhook.site.

You can copy the webhook URL provided by Webhook.site inside your application and do the test event inside the application to see if the webhook is being worked inside Webhook.site. This will double-confirm the issue.

Here is a sample video that you can follow to track the webhook issue:
 
P

Pabblymember11

Guest
Also, can you please ask your service provider to whitelist Pabbly Connect's IP address- 44.224.102.169?
 
Top