BotFramework-Composer: "The parent is missing." error when sending HTTP request with string body
Describe the bug
“The parent is missing.” error when performing HTTP request with string body (required for x-www-form-urlencoded
)
Version
1.0.1
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Create a new HTTP request
- Set method: “POST”
- Set a url
- Set the body as string and write something. For example, “this is the body”
- Run the bot
- When the bot will try to run this action, the bot will write “The parent is missing.” in the chat
Expected behavior
Run the HTTP Request
Screenshots
Additional context
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (7 by maintainers)
Fixed in PR:https://github.com/microsoft/botbuilder-dotnet/pull/4064
@hraz-msft @rhalaly @triciasinclair Thanks for reporting this issue. I’ve got what you mean. This is a bug in the botbuilder-dotnet httprequest body handling logic. @zidaneymar will help to prepare a fix on this, and we will keep you posted.
I also have this experience when trying to get an Auth token for D365CE… using both get and post.