Summary
The user is facing an error when sending a request via Airbyte using ‘Content-Type: multipart/form-data’, while the same request in Postman with a different header is successful. They are seeking assistance in identifying the cause of this discrepancy.
Question
When attempting to send a request via Airbyte using Content-Type: multipart/form-data
, an error occurs. However, the same API request executed from Postman with the header Content-Type: multipart/form-data; boundary=<calculated when request is sent>
completes successfully without any errors. What could be causing this discrepancy?"
{
"message": "Unexpected error has occurred. Contact technical support team for assistance.",
"type": "unspecified",
"code": 500
}
]```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1719215599542629) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["multipart-form-data", "content-type", "api", "postman", "error"]
</sub>