[android-developers] HTTP Bad Request when Posting File data to HTTPS from Phone But Not Emulator

2010-05-06 Thread Paul Tongyoo
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,

Re: [android-developers] HTTP Bad Request when Posting File data to HTTPS from Phone But Not Emulator

2010-05-06 Thread Kevin Anthony
Do a tcp dump on the webserver when the requests come in from the emulator and phone. Then compair the headers. Just a quick thought, is the webserver behind a firewall? If the emulator is on a machine on the same network, that might be the cause Kevin A On May 6, 2010 12:23 PM, Paul Tongyoo

Re: [android-developers] HTTP Bad Request when Posting File data to HTTPS from Phone But Not Emulator

2010-05-06 Thread Paul Tongyoo
Thanks Kevin, I'll give that a shot! On Thu, May 6, 2010 at 9:45 AM, Kevin Anthony kevin.s.anth...@gmail.comwrote: Do a tcp dump on the webserver when the requests come in from the emulator and phone. Then compair the headers. Just a quick thought, is the webserver behind a firewall? If the