Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Headless Browser for iOS? [closed]

Basically, what I am trying to do is create an application that goes to a website, logs in, and downloads certain information. I have been told that the most efficient way to do this is to use a "headless web browser," that is a web interface without a front end, such as HTMLUnit. I have not been able to find such a thing for objective-c, however (it is an iOS app). Does anyone know where I might find one?

Thanks,

HBhargava

like image 511
Hersh Bhargava Avatar asked Jul 27 '26 00:07

Hersh Bhargava


1 Answers

You have a couple of options. If it's using OAuth, or HTTP authentication, and you're just downloading files, you want NSURLConnection.

However, if JavaScript or web pages that need to be displayed are involved, take a look at UIWebView.

like image 170
Linuxios Avatar answered Jul 28 '26 13:07

Linuxios



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!