Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes, but it sends me the redirect message(302) when trying to communicate with www.atesens.com, which has https://. But when trying, for example, with httpbin.org which has http:// it works fine (response 200). So I thought maybe could be something related to SSL certificates.
AT+CIPSEND
>
GET https://www.atesens.com/login HTTP/1.1
SEND OK
HTTP/1.1 302 Found
Cache-Control: no-cache
Content-length: 0
Location: https:///login
I've tried with https://www.atesens.com/login but also 302 response.
View attachment 122999
I've also tried to put http:// instead of https:// but the same error.
Also you may notice that the port I've selected is 80, that because when I select 443 this is the response I get (the other configuration being the same as in the image):
AT+SHDISC
AT+CGREG?
AT+SAPBR=3,1,"APN","ep.inetd.gdsp"
AT+SAPBR=1,1
AT+CNACT=1,"ep.inetd.gdsp"
AT+SAPBR=2,1
AT+CNACT?
AT+CFSTERM
AT+CFSINIT
AT+CSSLCFG="convert",2,"rapidssl.cer"
AT+SHSSL=1,"rapidssl.cer"
AT+SHCONF="URL","https://www.atesens.com"
AT+SHCONF="BODYLEN",1024
AT+SHCONF="HEADERLEN",350
AT+SHCONF="IPVER",0
AT+SHCONF="TIMEOUT",30
AT+SHCONN
AT+SHAHEAD="Host:","www.atesens.com"
AT+SHAHEAD="Accept:","*/*"
AT+SHAHEAD="Content-Type:","application/json"
AT+SHAHEAD="User-Agent:","Opera"
AT+SHBOD="{'PM1':4.0}",11
AT+SHREQ="/api/v1/4444/telemetry",3
AT+SHDISC