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:

  1. Create a new HTTP request
  2. Set method: “POST”
  3. Set a url
  4. Set the body as string and write something. For example, “this is the body”
  5. Run the bot
  6. 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

image

image

Additional context

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (7 by maintainers)

Most upvoted comments

@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.