I’m trying to send a POST request with API Connector to an external API and the only accepted Content-Type is text/plain along with charset information (charset=UTF-8).
I specified in the shared headers but when I try to initalize the request I have an error 405 Method Not Allowed telling that it’s an invalid request method POST (screenshots below).
Thanks for your reply. What do you mean by ‘share headers’? You mean like on Bubble with the shared headers? If so I don’t think you can. But I also try without sharing headers and put the headers directly in the request, I get the same error. I also tried with the data type JSON but it changes nothing.
Thanks for your reply. As you can see in my last capture above, I also tried to initialize with the data type set to JSON and with the headers inside the request.
Also I tried a request GET for this API and it works perfectly on Bubble and another request POST with content-type text/csv and it also works perfectly.
Alright. Thank you both for your answers. I have deleted the API call and create a new one, I get the same error. Please find below screenshots of the API doc for this request.