Hi! I am realtively new to json and such, and got my piston to submit information via a custom post. Works great, my app is receiving the data fine (I’m basically taking what was Fuel Stream info and sending it up to a database where I can keep more than 7 days).
Anyway, like I said, data is working fine, but every so often, I get this error:
8ed7e87a-abc1-4ee8-b4e3-6983f22d4c7b 1:06:01 PM: error ║ Error executing external web request: java.lang.IllegalArgumentException: Response does not have a content-type header @line 3299 (doCall)
It’s not every single time. But it is frequent enough (and red) that I’m worried. Is this something perhaps my json app is not returning correctly? Is this something webcore is doing incorrectly? I really can’t tell, or don’t know, but would love to help contribute by fixing this if I can.
Thanks for all the hard work!