For this I get Content-Length: 0 which is a problem because my API needs this header to function properly (can't do anything about that) so then; let's try to add the header:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi! I'm having an issue that I don't know how to fix.
I'm using code similar to this:
Check results here http://requestb.in/wt3kigwt?inspect
For this I get
Content-Length: 0
which is a problem because my API needs this header to function properly (can't do anything about that) so then; let's try to add the header:Now, one of two things happens:
>echo();
I have tested this with both 1v73 and 1v74, I have yet to make a successful POST to my API.
Any ideas?