There should be the status code instead of the HTTP version.
Yes, but that's probably a result of the newline at the start - I think the code that splits the HTTP response up got confused.
Do you think you could do a request with sim.at.debug() called, and attach the result so I can take a look at what gets sent and can then run it through the code here? Sorry, but it's a pain to do here without working hardware to try it on.
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.
Yes, but that's probably a result of the newline at the start - I think the code that splits the HTTP response up got confused.
Do you think you could do a request with
sim.at.debug()
called, and attach the result so I can take a look at what gets sent and can then run it through the code here? Sorry, but it's a pain to do here without working hardware to try it on.