Hi all--

I'm using HttpClient 3.x code to construct a MultipartEntity consisting of a
few strings and binary data and posting this data to my webserver.  What's
odd is that when executing these posts from my local emulator, my webserver
accepts the request fine and the data is posted.  However, executing this
same code from my mobile phones results in my webserver responding with an
HTTP 400 Bad Request response.  Is there a way for me to capture the data
being sent by my phone to confirm if there is any differences in data being
sent than what my emulator is sending?  Should there be any differences?

Thanks for any tips,
Paul

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to