views:

46

answers:

0

I need to access a URL with GET values from an iPhone using Objective-C?

(temp url) http://ws.library.com/svc-public/iPhoneAuthenticate.aspx?u=usertest&p=usertest1

iPhoneAuthenticate.aspx is .net page and u-username,p-password are the GET variables for the server.

Now, how do I access and get values from this URL? And how do I pass the username and password through the query string?

when i press the login button i will be get authenticate details.