Skip to content

Is StreamingSubscriptionConnection api working on NTLM auth? #65

@yecapee

Description

@yecapee

this is my code -

var Streaming = new ews.StreamingSubscriptionConnection(exch,1); exch.SubscribeToStreamingNotificationsOnAllFolders([1]).then(function(responses){ console.log('oo'); Streaming.AddSubscription(responses); Streaming.OnNotificationEvent.push(function(){ console.log('aa'); }); Streaming.Open(); },function(responses){ console.log('xx'); }) 

but when event hapen
OnNotificationEvent not work

I use ntlmXHRApi to auth Streaming
maybe is ntlmXHRApi not support Streaming

have any way can make Streaming working on ntlmXHRApi?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions