Discussions

Ask a Question
Back to All

Event Subscription using client side script?

I have a WebService set up to receive events from my event subscriptions. It all works great but the server is reporting some unhandled exceptions because the page is not set up to receive client side scripting posts and apparently some are being attempted. Are there cases where events would be posted by Dialpad to my service from JavaScript or ASP.NET Ajax? I'd rather not allow this if it is not required.