Trying to POST form-data in API request

Answered

Hi,

I'm trying to POST form-data to another API (using a webhook/Xano Endpoint URL) but I can't seem to send data in curl as '—form' data.

Here's the external API request:

Here's the request logged (output):

It seems the headers are not set, while I did use the 'Import CURL' function to map all the fields correctly. When I use Postman to do the same request it works without any problems. It seems to be a problem with the fact that the body needs to send 'form-data' but I don't see that option in Xano.

Here's my Xano API settings:

7 replies