Hello
I’m a newbie in at commands and wip.
I want to send data on a server using at commands.
I try by using example http in the wip documentation like that :
at+cpin=0000
at+wipcfg=1
at+wipbr=1,6
at+wipbr=2,6,11,“orange.fr”
at+wipbr=2,6,0,“orange”
at+wipbr=2,6,1,“orange”
at+wipbr=4,6,0
at+wipcreate=5,1,“tracker.globe.com:8080/nava/",8080,“admin”,"admin”
at+wipfile=5,1,4,"/nava/DataFeed.do",“admin”,“admin”,“Host”,“tracker.globe.com:8080”
or
at+wipfile=5,1,4,“tracker.globe.com:8080/nava/",“admin”,"admin”
or
at+wipfile=5,1,4,“tracker.globe.com:8080/nava/DataFeed.do",“admin”,"admin”
and the answer is ERROR 839
I try a GET on this website, on google.com, on a non-existent website and it’s always the same error …
Does anybody succeed in using http post with at commands ?