can i access resources on a website protected by form-based authentication from an iOS app?
i have read that it is possible to send the login details in a GET / POST url connection but it seems unsatisfactory.
Networking overview talks about NSURLAuthenticationMethodHTMLForm but I cannot find any working examples