Skip to content

datadog_synthetics_test: There is no way to add form data when choosing body_type multipart/form #2964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hajali-amine opened this issue Apr 14, 2025 · 0 comments

Comments

@hajali-amine
Copy link

What resources or data sources are affected?

datadog_synthetics_test

Feature Request

Allow us to add form data, for example:

request_definition {
  url = "example.com"
  method = "POST"
  body_type = "multipart/form-data"
  body_form_data {
    type = "file"
    value = "<FILENAME FROM request_file attribute>"
  }
  body_form_data {
    type = "text"
    value = "blahblah"
  }
....
}

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants