It should be as simple as gjs notes there, assuming you are using HttpClient (the org.apache.http packages).
Here are some examples that are a bit older (from Android 1.1 timeframe), but still work and should give you an idea of it: http://unlocking-android.googlecode.com/svn/chapter6/trunk/NetworkExplorer/src/com/msi/manning/network/. HTH On Nov 30, 8:00 am, JITU <[email protected]> wrote: > Can you provide some sample code... so that i can test. > > Regards, > jit > > On Nov 30, 5:43 pm, gjs <[email protected]> wrote: > > > Hi, > > Yes https is supported, just change your request from http to https. > > Regards > > > On Nov 30, 3:49 pm, Nithin <[email protected]> wrote: > > > > Hi, > > > > I also want to know whether Android support Https. > > > > Thanks > > > > On Nov 30, 9:20 am, JITU <[email protected]> wrote: > > > > > Hi All, > > > > > Is android supports https ? > > > > > Objective: Sending a xml file over https to a web server. > > > > The GET and POST is working fine with HTTP, but i don't have any idea > > > > regarding https. > > > > > It will be great if some sample code can provide me. > > > > > Regards, > > > > jit -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

