Hi Everybody,
I have to upload some data to a server using HTTP POST method.
Everything seems good, however with some operators, the data are not uploaded correctly. The server
replies 200 OK but no data is uploaded.
I use these HTTP headers when open HTTP client (I use WIP library).
WIP_COPT_HTTP_HEADER, "Accept", "*/*",
WIP_COPT_HTTP_HEADER, "Accept-Encoding", "gzip,deflate,sdch",
WIP_COPT_HTTP_HEADER, "Accept-Language", "it,it-IT;q=0.8,en-US;q=0.6,en;q=0.4",
WIP_COPT_HTTP_HEADER, "Connection", "close",
WIP_COPT_HTTP_HEADER, "Content-Length", conlen,
WIP_COPT_HTTP_HEADER, "Content-Type", "text/plain;charset=ISO-8859-1",
WIP_COPT_HTTP_HEADER, "Host", "www.xxxxxxx.yyy",
I tried with WIP library version 5.43.1 and 5.56.0 but nothing changes.
However with another operator (and using different sim cards) everything works great.
This is my configuration:
“DWL”,“V08b13”,"",“Sierra Wireless”,55344,“111611 18:03”,“dda36757”,“00010000”
“FW”,“FW_SRC_747_8_F4_3.Q2687G”,“R7.47.4.201208311102.Q26CL702”,“Sierra Wireless”,2221264,“083112 11:02”,“6aa633a2”,“00020000”
“OAT”,“03.00.20131028095152”,“Mobi”,“Contrive srl”,680512,“102813 09:52”,“a8c14bfb”,“00260000”
-“Developer Studio”,“2.3.1.201306241059-R11859”
-“Open AT OS Package”,“6.37.0.201202060950”
-“Firmware Package”,“7.47.4.201208311102”
-“ExtendedATApplication Library Package”,“1.11.0.201209041207”
-“Internet Library Package”,“5.56.0.201305170830”
“ROM”,“800000”
“RAM”,“200000”
“DWLNAME”,“Q26CL702”
What could be the reason? Someone has encountered sucha a problem?
Thank you for help.