Getting response to http post method as "invalid value in 'Content-Disposition' multipart header"

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question: I am trying to send a csv file to questdb database through http POST method. The response body says “invalid value in ‘Content-Disposition’ multipart header”

Details (like screenshots): Questdb supports importing csv files . It automatically add a new table to the database with the data in our file. This facility is achieved through REST api POST method.

Here is a screenshot of my request and the response. I have also attached the headers.



I’ve already tried: Adding this header as seen in the screenshot(is disabled in the picture as both returned same result.)

Kindly help me out .