I need to connect to an API via a GET request. I have a string that will be the URL. What is the current best practice way on iOS 7 to send that GET request over HTTPS, and store the string in a string variable?
I just need to make a simple request. There is no session data involved. No cookies. Just a simple GET from a URL and it returns me a string in the response body. Thanks!