Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I have some webhooks and I was able to test them on localhost thanks to ng rok and they are working fine. When I run the application via IIS, webhook requests and test requests do not come to my application even though I provide the correct URL and the accessibility is public. I have an SSL certificate and my link is similar to the following;
https://api.test.com/api/controllername/methodname
I tested my own endpoints and I can access them from outside and it works.
As I said, requests are coming locally with ngrok, but even though the application running in IIS is public, the requests are not going. please help me.
Solved! Go to the solution
This is an accepted solution.
I changed the SSL certificate, I think the chain of the previous certificate was causing the problem.
This is an accepted solution.
I changed the SSL certificate, I think the chain of the previous certificate was causing the problem.