Microsoft Cognitive Services
# workers-help
r
I've opened an issue with Microsoft to check if MS cognitive services SDK works with Workers. https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/645 They've fixed/remove code that was giving me the
TypeError: globalThis.XMLHttpRequest is not a constructor
error. But now it seems the sdk cannot connect to Azure's wss server. I'm not sure why but I've read here that wrangler doesn't work with wss but only with ws. Is that right?
Can anyone provide some info about this? is it possible to use wss connections locally in wrangler?