Re: [android-developers] Re: HTTPS in Android

2011-08-09 Thread Jitesh dedhiya
Which android sdk version are you using? On Mon, Aug 8, 2011 at 5:15 PM, perumal316 wrote: > Hi All, > > Below is my code snippet: > > File file = new File(filepath); > HttpClient client = new DefaultHttpClient(); > > //String url

[android-developers] Re: HTTPS in Android

2011-08-08 Thread perumal316
Hi All, Below is my code snippet: File file = new File(filepath); HttpClient client = new DefaultHttpClient(); //String url = "http://test.; String url = "https://test..";;

[android-developers] Re: HTTPS in Android

2011-08-03 Thread Kumar Bibek
It would be good if you let us know what have your tried and what exactly is not working, some code samples, logs etc. On Aug 2, 8:07 pm, perumal316 wrote: > Hi All, > > I have implemented HTTP Post to post data to the backend. How do I > implement HTTPS in Android (I have already configured the