[cdk] Support for Content-Type: multipart/form-data
#33160
glevineLeap
started this conversation in
Connector Ideas and Features
Replies: 1 comment
-
Thanks for the suggestion @glevineLeap I moved the issue to discussion to be easier to get feedback and comments from the community. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write an integration using the Low-Code CDK for an API that accepts multipart/form-data. I can't get a working integration using the Connector Builder, but I can successfully call the API using Postman or the following Python snippet:
I've attempted to hack multipart/form-data functionality using the YAML but it's not working for me either presumably due to a yaml parsing issue. Here's my attempt:
Beta Was this translation helpful? Give feedback.
All reactions