Hi, I’m trying to use the HTTP request block.
I’m using the debugger to console.log() all the outputs from the block.
I am unable to get any data from a POST request. I can only access the headers and the status code (500) which I am expecting.
I’m connected to the second output of the block, which is intended for status codes 400-500.
Old response body → nothing
Raw response body → nothing
Response headers → I get something.
Response status code → 500
Response status message → nothing
Response body in json format → nothing
(By “nothing” I mean null or undefined)
I have tried making the POST request on my PC using axios (JavaScript) and I can access the information through response.data.