AT commands and POST

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 ?

This is because you are not providing the correct URL in either of the cases. For the first case, the command should be:
at+wipfile=5,1,4,“http://tracker.hexaglobe.com:8080/neavia/DataFeed.do",“hexadmin”,"globe

and with google, the command should be:
at+wipfile=5,1,4,“http://google.com

thanks a lot
it seems to be ok

Take care about using private information like port number, username and password.

I recommand post authors to remove/change these details