You are reading a single comment by @dave_irvine and its replies.
Click here to read the full conversation.
-
Eh, it's a pitty)
So it is no variant to receive 'body' in my case using http?I found this on site:
HTTPS
The only boards currently supporting this are the Espruino Pico and WiFi. To use HTTPS simply use it in the URL of any normal HTTP request:require("http").get("https://www.google.com", function(res) { res.on('data', function(data) { /* ... */ }); });
To specify keys and certificates, you can use an options object - see require('tls').connect(...)
So if I will use Pico or WIFI it should work?
Not on ESP8266. Not enough RAM for HTTPS.