Post request in form data

Is it possible to send a post request in form-data? The endpoint doesn’t accept JSON, is there any workaround?

Hi @anguslou

The answer is yes, you can send form-data packages via POST. But your description is not very extensive and does not give a lot of clues to help you with.

Could you elaborate on your situation a little bit more?

Some of the tools in your toolbox could be:

3 Likes

I am sending a table of orders to Bubble.io database, the endpoint doesn’t accept JSON without plug-in to do it (I am avoiding plug-in if possible). I tried the post request in postman, and everything is fine except the data format.

|order number|item|qty|

|12345|apple |5|
|45678|orange|3|

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.