Webhooks not receiving Uber callback

夙愿已清 提交于 2019-12-06 08:12:58

问题


I have configured my application to receive callbacks on sandbox request api status changes, but I have not been receiving any call to my webhook url. I have been able to test my web hook url with a post and it works so I dont think its the url that is the cause of the issue.

Note I am able to change the status through a Put request to the sandbox and afterwards on polling the request endpoint I see the status changes I made. Yet no call to my webhook url set in the config.

Note the url I used as the web hook in my app settings page is a subdomain with this format: https://subdomain.domain.com/xxxx/xxxx/xxxx/


回答1:


I found out you don't get the responses back unless you have a CA signed certificate installed on your server. Hope this helps!



来源:https://stackoverflow.com/questions/34606023/webhooks-not-receiving-uber-callback

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!