Maybe there is something better than NSURLConnection for this?
I want to:
- Fetch XML files from web servers
- Either via http or https
Maybe even with authentification (username, password)
Post data to an web server
Right now I only know NSURLConnection is my best friend. But maybe there is something even better in the SDK? Just want to make sure. Not complaining about NSURLConnection.