Skip to main content
RHolm
Associate
February 4, 2019
Question

Hello, I`m using the SPWF04SA and after submitting a HTTPGET command(AT+S.HTTPGET=,/,443,0,,,,,,) I receive AT-SOK, but see no data in the console window. I expect only to get 10 bytes of information.

  • February 4, 2019
  • 1 reply
  • 661 views

..

    This topic has been closed for replies.

    1 reply

    Elio Cometti
    Visitor II
    February 4, 2019

    ​Hello,

    I would expect this behavior when performing an HTTPGET to a TLS port, since the server would not recognize the handshake message and close the connection.

    Please check if port 443 requires TLS, in the case please use

    AT+S.HTTPGET=<domain_name>,/,443,2,,,,

    Please be sure to load the server's Root CA certificate before performing the httpget, otherwise the operation will fail.

    Regards,

    Elio