Sending Post data to a webserver - Android -


i send post request webserver. used webhosting service before , changed managed server. message in log file of webserver:

xxx.xx.xxx.xx - - [31/jul/2013:14:26:47 +0200] "post /phpscript.php http/1.1" 200 59622 "-" "apache-httpclient/unavailable (java 1.4)" "www.wpxxxxxxx.server-xx.xx"

the script should send mail never received mail. post request sent android application. hope can give me clue solve problem.

take @ answers on thread - android http user agent.

it looks post getting received (you wouldn't have log statement server side if not). user-agent automatically set if not explicitly changed.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -