Related to microsoft/BotFramework-WebChat#2409.
Repro steps:
- Start a conversation and post an activity, e.g. in Web Chat
- The bot should receive
conversationUpdate activity HTTP request before any user-originated activity
- Instead of returning the HTTP response, let the request time out
Expected:
POST to directline.botframework.com/.../conversations/<cid>/activities should return 502 Gateway Timeout.
Actual:
We received 401 Unauthorized.
Additional context:
We are unsure if an "enhanced" token is used. We are sure it is a token generated via Direct Line channel.
Repro steps:
conversationUpdateactivity HTTP request before any user-originated activityExpected:
POSTtodirectline.botframework.com/.../conversations/<cid>/activitiesshould return 502 Gateway Timeout.Actual:
We received 401 Unauthorized.
Additional context:
We are unsure if an "enhanced" token is used. We are sure it is a token generated via Direct Line channel.