How can I disable Transfer-Encoding: chunked in Bubble with HTTP/1.1 responses?

Hi,

I am making an API call, and in that I am not able to get the expected response from the Bubble, however in Postman the response is as expected.

Bubble is truncating some of the text from the end of the response. After google the error, I realised the Transfer-Encoding is ‘chunked’ form.

Can I disable it so that I can get the proper response in Bubble?

Hi @aditya.rajak

Can you clarify your post?

What is doing the sending, and which system is doing the responding?

What do you mean by disabling a header? Do you mean to replace it with another one, and format the response differently?

What is it that makes the response improper?

1 Like

Yes, I meant to change the Header, Transfer-Encoding is ‘chunked’ or may be remove if possible.
This error is occurring after the next process of Generate Cookies (Token and Log In method).

Maybe you need to set the Content-Type or Accept headers on the API call.

Edit - got your PM thanks

@mishav, I am already passing the Headers including Content-Type in both Bubble and Postman as well.