Forum Discussion

orkungedik's avatar
orkungedik
Copper Contributor
May 27, 2025
Solved

smba.trafficmanager.net REQUEST_SEND_ERROR problem

Hi, I am developing a digital assistant. In the architecture there's a REST API server behind the Teams application. Both servers are located in same network. The problem I am facing that the reques...
  • orkungedik's avatar
    orkungedik
    May 28, 2025

    Hi,

    I fixed the problem. The problem occurred because of high number of requests (every 1 sec) to smba.trafficmanager.net by calling statement below in the code, during REST API call period.

    await stepContext.context.sendActivity({ type: 'typing' });

    So, firewall thinks that it is an attack and blocks to send data to after a while. I recommend send this signal every 3 secs.

    Best regards,

    Orkun Gedik

Resources