Forum Discussion
Andy Waschick
Mar 03, 2017Copper Contributor
Calling resources on Trusted Application API for Skype Business Online shows CallbackUriUnreachable
I am tasked with implementing a bot connector for Skype for Business Online, and to say it has been challenging is an understatement. I realize that the Trusted Application API is very new, and just...
Renukha Rajaraman
Mar 24, 2017Former Employee
Hi Keji,
The callback is not shown in the endpoint in the Tenant Admin shell and that is expected.
If you have used the registration portal and registered a callback url. You should be good.
Could you also share your http request and response headers we can look into why the callback fails.
You can also look into the X-MS-Client diagnostics code in your response header. Its base 64 encode.
Let me know if this helps.
Mar 26, 2017
Hi Renukha,
Thanks. However S4B doesn't accessing to my callback url. (Of course, my callback url can access).
A callback access doesn't show in my web server's access log.