4

Possible Duplicate:
Android HttpClient and HTTPS

I want to write app on Android which will be exchange XML files with HTTP server. I want to use HTTPS and SSL to secure this connection but I'm really rookie with securing things. I was looking for some tutorial on the internet but all I found was confusing. Can someone explain me how can I use HTTPS and SSL to exchange files with HTTP server. Maybe you know some tutorial or book which describe this?

1
  • 2
    Everything you need is Apache HttpClient library which is in Android package by default. Commented Jul 8, 2012 at 14:17

2 Answers 2

1

There is plenty of links on internet. Look for Apache HttpClient and HTTPS and file transfer.

For example:

Android HttpClient and HTTPS

Sign up to request clarification or add additional context in comments.

Comments

1

If your webserver is already properly configured to provide the services in HTTPS or SSL, there isn't much to do on Android side, you basically need to use the API's provided by the platform. Check out the docs starting with: http://developer.android.com/reference/javax/net/ssl/HttpsURLConnection.html

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.