• 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?

About

Avatar for dave_irvine @dave_irvine started